nf-core/deepvariant/makeexamples @ 0.0.0-0c7146d
Summary
Transforms the input alignments to a format suitable for the deep neural network variant caller
Get started
Add the following snippet to your workflow script to include this module.
include { DEEPVARIANT_MAKEEXAMPLES } from 'nf-core/deepvariant/makeexamples'
License
MIT License
Name
|
DEEPVARIANT_MAKEEXAMPLES |
|---|
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
|
Interval file for targeted regions *.bed
|
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 |
meta5
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] *.gzi
|
|---|---|
par_bed
file
|
BED file containing PAR regions *.bed
|
gvcf
tuple
meta
list
|
Tuple containing sample metadata and examples that can be used for calling |
|---|---|
${prefix}.gvcf.tfrecord-*-of-*.gz
list
|
Tuple containing sample metadata and the GVCF data in tfrecord format |
examples
tuple
meta
list
|
Tuple containing sample metadata and examples that can be used for calling |
|---|---|
${prefix}.examples.tfrecord-*-of-*.gz{,.example_info.json}
list
|
Tuple containing sample metadata and examples that can be used for calling |
small_model_calls
tuple
meta
list
|
Tuple containing sample metadata and examples that can be used for calling |
|---|---|
${prefix}_call_variant_outputs.examples.tfrecord-*-of-*.gz
list
|
Optional variant calls from the small model, if enabled, in tfrecord format |
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 |
| Tool | Description | Homepage |
|---|---|---|
| deepvariant | DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data | https://github.com/google/deepvariant |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 0c7146d85582628b5d1034504702fa808632b1af |
| Release Date | 08 Apr 2026 18:57:16 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fdeepvariant%2Fmakeexamples/0.0.0-0c7146d/download |