nf-core/elprep/merge @ 0.0.0-3fc6d40
Summary
Merge split bam/sam chunks in one file
Get started
Add the following snippet to your workflow script to include this module.
include { ELPREP_MERGE } from 'nf-core/elprep/merge'
License
MIT License
Process
Name
|
ELPREP_MERGE |
|---|
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 chunks to merge *.{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
|
Merged BAM/SAM file *.{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-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:10:45 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Felprep%2Fmerge/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/elprep/merge/blobs/sha256:eef06118d68e334fb13b8a9b5bb2bbb5bc8906adcd7ccd0f5088f8e3a385826a |
| Size | 2.5 KB |
| Checksum | sha256:eef06118d68e334fb13b8a9b5bb2bbb5bc8906adcd7ccd0f5088f8e3a385826a |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:14:46 (UTC) | 3 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:10:45 (UTC) | 1 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:58:24 (UTC) | 4 | 2.4 KB |