nf-core/vembrane/sort @ 0.0.0-6c4ed3a
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. |
|---|---|
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. |
|---|---|
*.{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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:52:21 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvembrane%2Fsort/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vembrane/sort/blobs/sha256:a6e960feec6728533f5a06bac4302d4688e953cf51d80da39cc1fa77bae22f3d |
| Size | 3.0 KB |
| Checksum | sha256:a6e960feec6728533f5a06bac4302d4688e953cf51d80da39cc1fa77bae22f3d |
| Downloads | 4 |
| 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 |