nf-core/deepvariant/rundeepvariant @ 0.0.0-7f68141
Summary
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data
Get started
Add the following snippet to your workflow script to include this module.
include { DEEPVARIANT_RUNDEEPVARIANT } from 'nf-core/deepvariant/rundeepvariant'
License
MIT License
Name
|
DEEPVARIANT_RUNDEEPVARIANT |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
BAM/CRAM file *.bam/cram
|
index
file
|
Index of BAM/CRAM file *.bai/crai
|
intervals
file
|
file containing intervals |
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
The reference fasta file *.fasta
|
meta3
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fai
file
|
Index of reference fasta file *.fai
|
meta4
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
gzi
file
|
GZI index of reference fasta file *.gzi
|
meta5
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
par_bed
file
|
BED file containing PAR regions *.bed
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.vcf.gz
file
|
Compressed VCF file *.vcf.gz
|
gvcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.g.vcf.gz
file
|
Compressed GVCF file *.g.vcf.gz
|
report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.visual_report.html
file
|
Visual report in HTML format *.html
|
vcf_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.vcf.gz.{tbi,csi}
file
|
Tabix index file of compressed VCF *.vcf.gz.{tbi,csi}
|
gvcf_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.g.vcf.gz.{tbi,csi}
file
|
Tabix index file of compressed GVCF *.g.vcf.gz.{tbi,csi}
|
versions_deepvariant
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
deepvariant
string
|
The tool name |
/opt/deepvariant/bin/run_deepvariant --version | sed 's/^.*version //'
eval
|
The expression to obtain the version of the tool |