nf-core/cnvnator/convert2vcf @ 0.0.0-6c4ed3a
Summary
convert2vcf.pl is command line tool to convert CNVnator calls to vcf format.
Get started
Add the following snippet to your workflow script to include this module.
include { CNVNATOR_CONVERT2VCF } from 'nf-core/cnvnator/convert2vcf'
License
MIT License
Process
Name
|
CNVNATOR_CONVERT2VCF |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
calls
file
|
A tab file containing CNVnator calls *.tab
|
Output
2 channels
#1
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf
file
|
CNVnator calls in vcf format *.vcf
|
#2
versions_cnvnator
tuple
${task.process}
string
|
The name of the process |
|---|---|
cnvnator
string
|
The name of the tool |
cnvnator 2>&1 | sed -n '3s/CNVnator v//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| cnvnator | Tool for calling copy number variations. | https://github.com/abyzovlab/CNVnator |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:10:47 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcnvnator%2Fconvert2vcf/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cnvnator/convert2vcf/blobs/sha256:d5fdce7fd5d4ba6744849fd9d0cdca6ea65a77548b990c71c94a437d6fab7000 |
| Size | 2.7 KB |
| Checksum | sha256:d5fdce7fd5d4ba6744849fd9d0cdca6ea65a77548b990c71c94a437d6fab7000 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:10:47 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:53:16 (UTC) | 3 | 2.7 KB |