nf-core/custom/addmostsevereconsequence @ 0.0.0-0c7146d
Summary
Annotate a VEP annotated VCF with the most severe consequence field
Get started
Add the following snippet to your workflow script to include this module.
include { CUSTOM_ADDMOSTSEVERECONSEQUENCE } from 'nf-core/custom/addmostsevereconsequence'
License
MIT License
Process
Name
|
CUSTOM_ADDMOSTSEVERECONSEQUENCE |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
VEP annotated VCF file *.{vcf,vcf.gz}
|
#2
tuple
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
variant_consequences
file
|
File with VEP variant consequences, one per line. *
|
Output
3 channels
#1
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz
file
|
Annotated VCF file *.vcf.gz
|
#2
versions_bgzip
tuple
${task.process}
string
|
The name of the process |
|---|---|
bgzip
string
|
The name of the tool |
bgzip --version | sed '1!d;s/.* //'
eval
|
The expression to obtain the version of the tool |
#3
versions_addmostsevereconsequence
tuple
${task.process}
string
|
The name of the process |
|---|---|
addmostsevereconsequence
string
|
The name of the tool |
1.2.0
string
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| custom | Custom module to annotate a VEP annotated VCF with the most severe consequence field | n/a |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 18:55:03 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Faddmostsevereconsequence/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/custom/addmostsevereconsequence/blobs/sha256:47aeb9cc793bbef83d23e71fe847690eecd067673dedc9e5eb4ae6b86a5ad095 |
| Size | 5.0 KB |
| Checksum | sha256:47aeb9cc793bbef83d23e71fe847690eecd067673dedc9e5eb4ae6b86a5ad095 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:12:00 (UTC) | 3 | 5.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:55:03 (UTC) | 3 | 5.0 KB |