nf-core/goleft/indexsplit @ 0.0.0-6c4ed3a
Summary
Quickly generate evenly sized (by amount of data) regions across a number of bam/cram files
Get started
Add the following snippet to your workflow script to include this module.
include { GOLEFT_INDEXSPLIT } from 'nf-core/goleft/indexsplit'
License
MIT License
Process
Name
|
GOLEFT_INDEXSPLIT |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bai
file
|
BAI/CRAI file *.{bai,crai}
|
#2
tuple
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fai
file
|
Reference fasta index file *.fai
|
split
boolean
|
Split the regions |
|---|
Output
2 channels
#1
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bed
file
|
Bed file containing split regions *.bed
|
#2
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| goleft | goleft is a collection of bioinformatics tools distributed under MIT license in a single static binary | https://github.com/brentp/goleft |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:21:51 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgoleft%2Findexsplit/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/goleft/indexsplit/blobs/sha256:5e1552951fb6a16bc8b5f287161febbab632fe144b166ac8dd6c605d6a259288 |
| Size | 2.4 KB |
| Checksum | sha256:5e1552951fb6a16bc8b5f287161febbab632fe144b166ac8dd6c605d6a259288 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:21:51 (UTC) | 4 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:14:20 (UTC) | 4 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:06:43 (UTC) | 3 | 2.3 KB |