Home

Awesome

CODEX-nf

Pipeline for copy number variant calling from Whole Exome sequencing data using CODEX

Prerequisites

and the following files:

Usage

nextflow run iarcbioinfo/CODEX-nf --dirNormal Normal --dirTumor Tumor --bedFile positions.bed --outdir output

Output

A series of files projectname_chromosome_optK_mode.txt, where chromosome takes its values in [1,2,...,22,X,Y], while projectname, optK, and mode are the same for all files. projectname and mode are specified by the user with options --project and --mode, respectively, and optK is computed by package CODEX.

All parameters

PARAMETERDEFAULTDESCRIPTION
--helpnullPrint usage and parameters
--dirNormalNormalPath to Normal BAM files
--dirTumorTumorPath to Tumor BAM files
--outdir.Path to output directiry
--bedFilepositions.bedPath to bed file with positions to consider
--rem_from_bed_random|chrUn|GL000209R|GL000191R|GL000194RStrings to exclude from the bed file chromosome list
--projectProject name
--mem5Memory requested
--cpus1CPUs requested
--seg_modefractionMode for the segmentation algorithm (fraction or integer)