nf-core/gnu/split @ 0.0.0-3fc6d40
Summary
Split a file into consecutive or interleaved sections
Get started
Add the following snippet to your workflow script to include this module.
include { GNU_SPLIT } from 'nf-core/gnu/split'
License
MIT License
Process
Name
|
GNU_SPLIT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
input
file
|
Text file, possibly gzip file |
Output
2 channels
#1
split
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}.*
file
|
Split files ${prefix}.*
|
#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-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:14:16 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgnu%2Fsplit/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gnu/split/blobs/sha256:eff9df04afb9615f2d4259655828d26bf61f78de88090f9bd34ad24603d298a0 |
| Size | 3.5 KB |
| Checksum | sha256:eff9df04afb9615f2d4259655828d26bf61f78de88090f9bd34ad24603d298a0 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:21:46 (UTC) | 4 | 3.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:14:16 (UTC) | 3 | 3.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:06:38 (UTC) | 3 | 3.5 KB |