×

nf-core/manta/somatic @ 0.0.0-6c4ed3a

Manta calls structural variants (SVs) and indels from mapped paired-end sequencing reads. It is optimized for analysis of germline variation in small sets of individuals and somatic variation in tumor/normal sample pairs.

Latest version: 0.0.0-6c4ed3a
Total downloads: 8
Source: nf-core/modules

Summary

Manta calls structural variants (SVs) and indels from mapped paired-end sequencing reads. It is optimized for analysis of germline variation in small sets of individuals and somatic variation in tumor/normal sample pairs.

Get started

Add the following snippet to your workflow script to include this module.

include { MANTA_SOMATIC } from 'nf-core/manta/somatic'

License

MIT License

Process
Name MANTA_SOMATIC
Input 4 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

input_normal file

BAM/CRAM/SAM file

*.{bam,cram,sam}
input_index_normal file

BAM/CRAM/SAM index file

*.{bai,crai,sai}
input_tumor file

BAM/CRAM/SAM file

*.{bam,cram,sam}
input_index_tumor file

BAM/CRAM/SAM index file

*.{bai,crai,sai}
target_bed file

BED file containing target regions for variant calling

*.{bed}
target_bed_tbi file

Index for BED file containing target regions for variant calling

*.{bed.tbi}
#2 tuple
meta2 map

Groovy Map containing reference information e.g. [ id:'genome' ]

fasta file

Genome reference FASTA file

*.{fa,fasta}
#3 tuple
meta3 map

Groovy Map containing reference information e.g. [ id:'genome' ]

fai file

Genome reference FASTA index file

*.{fa.fai,fasta.fai}
config file

Manta configuration file

*.{ini,conf,config}
Output 9 channels
#1 diploid_sv_vcf tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.diploid_sv.vcf.gz file

Gzipped VCF file containing variants

*.{vcf.gz}
#2 somatic_sv_vcf tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.somatic_sv.vcf.gz file

Gzipped VCF file containing variants

*.{vcf.gz}
#3 versions_manta tuple
${task.process} string

The name of the process

manta string

The name of the tool

configManta.py --version eval

The expression to obtain the version of the tool

#4 candidate_sv_vcf tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.candidate_sv.vcf.gz file

Gzipped VCF file containing variants

*.{vcf.gz}
#5 diploid_sv_vcf_tbi tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.diploid_sv.vcf.gz.tbi file

Index for gzipped VCF file containing variants

*.{vcf.gz.tbi}
#6 somatic_sv_vcf_tbi tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.somatic_sv.vcf.gz.tbi file