Ă—

nf-core/sentieon/collectvcmetrics @ 0.0.0-0c7146d

Accelerated implementation of the Picard CollectVariantCallingMetrics tool.

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @adamrtalbot
Maintainers: @adamrtalbot

Summary

Accelerated implementation of the Picard CollectVariantCallingMetrics tool.

Get started

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

include { SENTIEON_COLLECTVCMETRICS } from 'nf-core/sentieon/collectvcmetrics'

License

MIT License

Process
Name SENTIEON_COLLECTVCMETRICS
Input 5 channels
#1 tuple
meta map

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

vcf file

Sorted VCF file [required]

*.vcf
tbi file

VCF index file [required]

*.vcf{,.gz}.tbi
#2 tuple
meta2 map

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

dbsnp file

dbsnp VCF file [required]

*.vcf{,.gz}
dbsnp_tbi file

dbsnp VCF index file [required]

*.vcf{,.gz}.tbi
#3 tuple
meta3 map

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

fasta file

Genome fasta file [required]

*.{fa,fasta}
#4 tuple
meta4 map

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

fai file

Index of the genome fasta file [required]

*.fai
#5 tuple
meta5 map

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

interval file

BED file of genome regions to draw coverage from

*.bed
Output 3 channels
#1 metrics tuple
meta map

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

*.variant_calling_detail_metrics file

Metrics file from VCF

*.variant_calling_detail_metrics
#2 summary tuple
meta map

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

*.variant_calling_summary_metrics file

Summary of VCF metrics

*.collectvcmetrics.txt
#3 versions_sentieon tuple
${task.process} string

The process the versions were collected from

sentieon string

The tool name

sentieon driver --version | sed "s/.*-//g" string

The command used to generate the version of the tool

Tool Description Homepage
sentieon Sentieon® provides complete solutions for secondary DNA/RNA analysis for a variety of sequencing platforms, including short and long reads. Our software improves upon BWA, STAR, Minimap2, GATK, HaplotypeCaller, Mutect, and Mutect2 based pipelines and is deployable on any generic-CPU-based computing system. https://www.sentieon.com/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:11:50 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsentieon%2Fcollectvcmetrics/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/sentieon/collectvcmetrics/blobs/sha256:ae79199c0cc7d25b84623ebd1494057585fb93f301a9c0789d04796b032ffe1a
Size 3.5 KB