×

nf-core/vcf2cytosure @ 0.0.0-6c4ed3a

Convert VCF with structural variations to CytoSure format

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Authors: @jemten

Summary

Convert VCF with structural variations to CytoSure format

Get started

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

include { VCF2CYTOSURE } from 'nf-core/vcf2cytosure'

License

MIT License

Process
Name VCF2CYTOSURE
Input 5 channels
#1 tuple
meta map

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

sv_vcf file

VCF file with structural variants

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

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

coverage_bed file

Bed file with coverage data

*.bed
#3 tuple
meta3 map

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

cns file

CN file from CNVkit, not compatible with coverage_bed file

#4 tuple
meta4 map

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

snv_vcf file

VCF file with SNVs to calculate probe coverage, not compatible with coverage_bed pattern: "*.{vcf,vcf.gz}"

blacklist_bed file

Bed file with regions to exclude

*.bed
Output 2 channels
#1 cgh tuple
meta map

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

*.cgh file

SV:s in CytoSure format

*.cgh
#2 versions_vcf2cytosure tuple
${task.process} string

The name of the process

vcf2cytosure string

The name of the tool

vcf2cytosure --version 2>&1 | sed -n 's/.*cytosure //p' eval

The expression to obtain the version of the tool

Tool Description Homepage
vcf2cytosure Convert VCF with structural variations to CytoSure format https://github.com/NBISweden/vcf2cytosure
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:51:55 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fvcf2cytosure/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vcf2cytosure/blobs/sha256:a9e50f0e0dbe58e74ce7f3f26e40d7dba41df524e57dd89f8d0b726fdc5f48b4
Size 2.6 KB
Checksum sha256:a9e50f0e0dbe58e74ce7f3f26e40d7dba41df524e57dd89f8d0b726fdc5f48b4
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:51:55 (UTC) 4 2.6 KB
0.0.0-0c7146d 08 Apr 2026 19:46:07 (UTC) 3 2.6 KB