nf-core/cooler/cload @ 0.0.0-0c7146d
Summary
Create a cooler from genomic pairs and bins
Get started
Add the following snippet to your workflow script to include this module.
include { COOLER_CLOAD } from 'nf-core/cooler/cload'
License
MIT License
Process
Name
|
COOLER_CLOAD |
|---|
Input
4 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
contacts
file
|
Path to contacts (e.g. read pairs, pairix, tabix) file. |
index
file
|
Path to index file of the contacts. |
#2
tuple
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
chromsizes
file
|
Path to a chromsizes file. |
mode
integer
|
Input mode for cooler cload - one of pairs, pairix, tabix |
|---|
cool_bin
integer
|
Bins size in bp |
|---|
Output
2 channels
#1
cool
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.cool
file
|
Output COOL file path *.cool
|
#2
versions_cooler
tuple
${task.process}
string
|
The name of the process |
|---|---|
cooler
string
|
The name of the tool |
cooler --version 2>&1 | sed "s/cooler, version //"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| cooler | Sparse binary format for genomic interaction matrices | https://open2c.github.io/cooler/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 18:54:03 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcooler%2Fcload/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cooler/cload/blobs/sha256:899728f98e04b9a9167293902068d61e28acb2e4949ad899ddecded6b1f30edc |
| Size | 2.8 KB |
| Checksum | sha256:899728f98e04b9a9167293902068d61e28acb2e4949ad899ddecded6b1f30edc |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:11:20 (UTC) | 3 | 2.8 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:07:50 (UTC) | 3 | 2.8 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:54:03 (UTC) | 2 | 2.8 KB |