×

nf-core/vembrane/sort @ 0.0.0-0c7146d

Sort VCF/BCF files by custom Python expressions for variant prioritization

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Maintainers: @mkatsanto @trangdo-hsc

Summary

Sort VCF/BCF files by custom Python expressions for variant prioritization

Get started

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

include { VEMBRANE_SORT } from 'nf-core/vembrane/sort'

License

MIT License

Process
Name VEMBRANE_SORT
Input 2 channels
#1 tuple
meta map

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

vcf file

VCF/BCF file to sort

*.{vcf,bcf,bcf.gz}
expression string

Python expression (or tuple of expressions) returning orderable values to sort by

Output 2 channels
#1 vcf tuple
meta map

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

*.{vcf,bcf,bcf.gz} file

Sorted VCF/BCF file

*.{vcf,bcf,bcf.gz}
#2 versions_vembrane tuple
${task.process} string

The process the versions were collected from

vembrane string

The tool name

vembrane --version | sed '1!d;s/.* //' string

The command used to generate the version of the tool

Tool Description Homepage
vembrane Filter VCF/BCF files with Python expressions https://vembrane.github.io/
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:46:39 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fvembrane%2Fsort/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vembrane/sort/blobs/sha256:fc76eb1d804bc27c54b10306efccb1502954f98724f4ce80661d1733f9ca0960
Size 3.0 KB
Checksum sha256:fc76eb1d804bc27c54b10306efccb1502954f98724f4ce80661d1733f9ca0960
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:52:21 (UTC) 4 3.0 KB
0.0.0-3fc6d40 22 Apr 2026 15:36:14 (UTC) 3 3.0 KB
0.0.0-0c7146d 08 Apr 2026 19:46:39 (UTC) 3 3.0 KB