nf-core/variantextractor @ 0.0.0-3fc6d40
Summary
Deterministic and standard extractor of SNVs, indels and structural variants (SVs) from VCF files. Homogenizes multiallelic variants, MNPs and SVs (including imprecise paired breakends and single breakends) to facilitate downstream processing.
Get started
Add the following snippet to your workflow script to include this module.
include { VARIANTEXTRACTOR } from 'nf-core/variantextractor'
License
MIT License
Process
Name
|
VARIANTEXTRACTOR |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information. e.g. [ id:'sample1' ] |
|---|---|
vcf
file
|
Input VCF file containing variants to be extracted and homogenized. *.{vcf,vcf.gz}
|
Output
2 channels
#1
vcf
tuple
meta
map
|
Groovy Map containing sample information. e.g. [ id:'sample1' ] |
|---|---|
*.vcf
file
|
VCF file with variants extracted and homogenized (multiallelic split, MNPs decomposed, SV breakends deduplicated). *.vcf
|
#2
versions_variantextractor
versions.yml
file
|
File containing software versions. versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| variant-extractor | Deterministic and standard extractor of SNVs, indels and structural variants from VCF files built under the frame of EUCANCan. | https://github.com/EUCANCan/variant-extractor |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:36:04 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvariantextractor/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/variantextractor/blobs/sha256:7eb16ad5fbeabd5a362c32c84979805d5ea8723b01fdcf7125411cde93186692 |
| Size | 2.8 KB |
| Checksum | sha256:7eb16ad5fbeabd5a362c32c84979805d5ea8723b01fdcf7125411cde93186692 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:51:43 (UTC) | 3 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:36:04 (UTC) | 4 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:45:24 (UTC) | 3 | 2.7 KB |