-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Installation:
conda install -c bioconda manta
Usage:
configManta.py \
--normalBam normal.cram \
--tumorBam tumor.cram \
--referenceFasta genome.fa \
--runDir ${MY_MANTA_WORKDIR} \
--callRegions canonicalChromosomes.bed \
--exome
Followed by:
${MY_MANTA_WORKDIR}/runWorkflow.py -j ${NUM_CORES}
Notes:
- For WES data we're including the
--exome
flag, for WGS data (which is less likely to have very deep coverage regions), omit this flag. - To improve performance I'm filtering the call regions to canonical chromosomes using the
--callRegions
flag. This expects a BED file, for example this GRCh38-specific BED file: https://github.com/Illumina/manta/blob/master/docs/userGuide/README.md#extended-use-cases -- other genomes will need their own BED file and this option should be omitted for custom genomes.
Metadata
Metadata
Assignees
Labels
No labels