nf-core/genmod/score @ 0.0.0-6c4ed3a
Summary
Score the variants of a vcf based on their annotation
Get started
Add the following snippet to your workflow script to include this module.
include { GENMOD_SCORE } from 'nf-core/genmod/score'
License
MIT License
Process
Name
|
GENMOD_SCORE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input_vcf
file
|
vcf file *.{vcf}
|
fam
file
|
PED file with family information |
score_config
file
|
rank model config file *.{ini}
|
Output
2 channels
#1
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_score.vcf
file
|
Output VCF file *.{vcf}
|
#2
versions_genmod
tuple
${task.process}
string
|
Name of the process |
|---|---|
genmod
string
|
Name of the tool |
genmod --version | sed 's/^.*genmod version: //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| genmod | Annotate genetic inheritance models in variant files | https://github.com/Clinical-Genomics/genmod |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:21:07 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgenmod%2Fscore/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/genmod/score/blobs/sha256:2d30fd6ca51ff07b748106190112ab35b6feccbcf83869c417a02a579ba30d3e |
| Size | 2.5 KB |
| Checksum | sha256:2d30fd6ca51ff07b748106190112ab35b6feccbcf83869c417a02a579ba30d3e |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:21:07 (UTC) | 2 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:05:40 (UTC) | 4 | 2.5 KB |