×

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

Writes a sorted concatenation of file/s

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @DLBPointon
Maintainers: @DLBPointon

Summary

Writes a sorted concatenation of file/s

Get started

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

include { GNU_SORT } from 'nf-core/gnu/sort'

License

MIT License

Process
Name GNU_SORT
Input 1 channel
#1 tuple
meta map

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

input file

Draft assembly file

*.{txt,bed,interval,genome,bins}
suffix string

Output suffix

Output 2 channels
#1 sorted tuple
meta map

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

${output_file}
${output_file} map

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

${output_file}
#2 versions_coreutils tuple
${task.process} string

The process the versions were collected from

coreutils string

The tool name

sort --version |& sed '1!d ; s/sort (GNU coreutils) //' string

The command used to generate the version of the tool

Tool Description Homepage
gnu The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. https://www.gnu.org/software/coreutils/
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:06:36 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fgnu%2Fsort/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gnu/sort/blobs/sha256:e8c6fe0b1f6fffa6bd30669c1f9ef5cff3a05626e82ca69ba322c8d9a5b848ff
Size 2.6 KB
Checksum sha256:e8c6fe0b1f6fffa6bd30669c1f9ef5cff3a05626e82ca69ba322c8d9a5b848ff
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:21:45 (UTC) 4 2.7 KB
0.0.0-3fc6d40 22 Apr 2026 15:14:14 (UTC) 3 2.7 KB
0.0.0-0c7146d 08 Apr 2026 19:06:36 (UTC) 3 2.6 KB