Skip to content

Add Manta for identifying candidate larger indels #142

@iskandr

Description

@iskandr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions