nf-core/elprep/split @ 0.0.0-6c4ed3a
Summary
Split bam file into manageable chunks
Get started
Add the following snippet to your workflow script to include this module.
include { ELPREP_SPLIT } from 'nf-core/elprep/split'
License
MIT License
Process
Name
|
ELPREP_SPLIT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
List of BAM/SAM files *.{bam,sam}
|
Output
2 channels
#1
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
output/**.{bam,sam}
file
|
List of split BAM/SAM files *.{bam,sam}
|
#2
versions_elprep
tuple
${task.process}
string
|
The name of the process |
|---|---|
elprep
string
|
The name of the tool |
elprep 2>&1 | sed -n '2s/^.*version //;s/ compiled.*$//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| elprep | elPrep is a high-performance tool for preparing .sam/.bam files for variant calling in sequencing pipelines. It can be used as a drop-in replacement for SAMtools/Picard/GATK4. | https://github.com/ExaScience/elprep |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:14:47 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Felprep%2Fsplit/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/elprep/split/blobs/sha256:03613008e992930204bfd3dd26729bec9e634b61491e3d9dfbac8cd8d2bf7785 |
| Size | 2.7 KB |
| Checksum | sha256:03613008e992930204bfd3dd26729bec9e634b61491e3d9dfbac8cd8d2bf7785 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:14:47 (UTC) | 3 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:10:47 (UTC) | 4 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:58:26 (UTC) | 4 | 2.7 KB |