nf-core/bedtools/sort @ 0.0.0-3fc6d40
Summary
Sorts a feature file by chromosome and other criteria.
Get started
Add the following snippet to your workflow script to include this module.
include { BEDTOOLS_SORT } from 'nf-core/bedtools/sort'
License
MIT License
Process
Name
|
BEDTOOLS_SORT |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
intervals
file
|
BED/BEDGRAPH *.{bed|bedGraph}
|
genome_file
file
|
Optional reference genome 2 column file that defines the expected chromosome order. *.{fai,txt,chromsizes}
|
|---|
Output
2 channels
#1
sorted
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.${extension}
file
|
Sorted output file *.${extension}
|
#2
versions_bedtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
bedtools
string
|
The name of the tool |
bedtools --version | sed -e 's/bedtools v//g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bedtools | A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. | n/a |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:03:58 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fsort/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/sort/blobs/sha256:496905e016e1394659135aa1a10d79dd8aadc6e7649ea79a9881769a25b5ed1c |
| Size | 2.5 KB |
| Checksum | sha256:496905e016e1394659135aa1a10d79dd8aadc6e7649ea79a9881769a25b5ed1c |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:05:53 (UTC) | 3 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:03:58 (UTC) | 3 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:47:20 (UTC) | 3 | 2.5 KB |