Run Manta to get structural variants
May 5, 2023
[1]
MantaManta calls structural variants (SVs) and indels from mapped paired-end sequencing reads.
Installation
Follow the instruction for different operating system [2]
Usage
Somatic configuration examples Tumor Normal Analysis -- Example Configuration:
${MANTA_INSTALL_PATH}/bin/configManta.py \
--normalBam HCC1187BL.cram \
--tumorBam HCC1187C.cram \
--referenceFasta hg19.fa \
--runDir ${MANTA_ANALYSIS_PATH}
${MANTA_ANALYSIS_PATH}/runWorkflow.py
Output
├── Sample_name
│ ├── results
│ │ ├── evidence
│ │ ├── stats
│ │ ├── variants
│ │ │ ├──candidateSmallIndels.vcf.gz
│ │ │ ├──candidateSV.vcf.gz
│ │ │ ├──diploidSV.vcf.gz
│ │ │ ├──somaticSV.vcf.gz
│ ├── runWorkflow.py.config.pickle
│ ├── workflow.error.log.txt
│ ├── workflow.exitcode.txt
│ ├── workflow.warning.log.txt