Home

Awesome

ITH_pipeline

Nextflow pipeline to study intra-tumoral heterogeneity

Description

Nextflow pipeline to study intra-tumoral heterogeneity through subclonality reconstruction, using HATCHet, DeCiFer and clonEvol. PIPELINE IN DEVELOPMENT.

Dependencies

  1. This pipeline is based on nextflow. As we have several nextflow pipelines, we have centralized the common information in the IARC-nf repository. Please read it carefully as it contains essential information for the installation, basic usage and configuration of nextflow and our pipelines.
  2. External software:

You can avoid installing all the external software by only installing Docker. See the IARC-nf repository for more information.

Input

TypeDescription
--bam_folderFolder containing BAM files to pass to HATCHet

Parameters

NameExample valueDescription
--ref/whole/path/to/genome.faReference genome in fasta format
--correspondanceTN_pairs.txtTabulated file containing two columns: tumor and normal bam names
NameDefault valueDescription
--cpu1Number of cpu to use
--confignullUse custom configuration file
--mem4Size of memory used in GB
--output_folder.Path to output folder
--samtools_folder/usr/bin/samtools installation dir
--bcftools_folder/usr/bin/bcftools installation dir
--hatchet_folder/usr/bin/hatchet installation dir
--bnpy_folder/usr/bin/bnpy installation dir

Flags are special parameters without value.

NameDescription
--helpDisplay help

Usage

nextflow run iarcbioinfo/ITH_pipeline --bam_folder bam_folder/ --ref genome.fa --correspondance pairs.txt --cpu 24 --samtools_folder ~/bin/samtools-1.7 --bcftools_folder ~/bin/bcftools-1.7 --hatchet_folder ~/bin/hatchet --bnpy_folder ~/bin/bnpy-dev

Output

TypeDescription
............

Detailed description

...

Directed Acyclic Graph

Contributions

NameEmailDescription
Tiffany Delhommedelhommet@students.iarcDeveloper to contact for support

References (optional)

FAQ (optional)