nf-core/deepsomatic @ 0.0.0-0c7146d
Summary
DeepSomatic is an extension of deep learning-based variant caller DeepVariant that takes aligned reads (in BAM or CRAM format) from tumor and normal data, produces pileup image tensors from them, classifies each tensor using a convolutional neural network, and finally reports somatic variants in a standard VCF or gVCF file.
Get started
Add the following snippet to your workflow script to include this module.
include { DEEPSOMATIC } from 'nf-core/deepsomatic'
License
MIT License
Name
|
DEEPSOMATIC |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input_normal
file
|
BAM/CRAM file *.bam/cram
|
index_normal
file
|
Index of BAM/CRAM file *.bai/crai
|
input_tumor
file
|
BAM/CRAM file *.bam/cram
|
index_tumor
file
|
Index of BAM/CRAM file *.bai/crai
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
intervals
file
|
file containing intervals |
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
The reference fasta file *.fasta
|
meta4
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fai
file
|
Index of reference fasta file *.fai
|
meta5
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gzi
file
|
GZI index of reference fasta file *.gzi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.vcf.gz
file
|
Compressed VCF file *.vcf.gz
|
gvcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.g.vcf.gz
file
|
Compressed GVCF file *.g.vcf.gz
|
vcf_tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.vcf.gz.tbi
file
|
Index of compressed VCF file *.vcf.gz.tbi
|
gvcf_tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.g.vcf.gz.tbi
file
|
Index of compressed Genotyped VCF file *.g.vcf.gz.tbi
|
versions_deepsomatic
tuple
${task.process}
string
|
The name of the process |
|---|---|
deepsomatic
string
|
The name of the tool |
1.7.0
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| deepsomatic | https://github.com/google/deepsomatic |
| Version | 0.0.0-0c7146d |
|---|