nf-core/custom/getchromsizes @ 0.0.0-6c4ed3a
Summary
Generates a FASTA file of chromosome sizes and a fasta index file
Get started
Add the following snippet to your workflow script to include this module.
include { CUSTOM_GETCHROMSIZES } from 'nf-core/custom/getchromsizes'
License
MIT License
Process
Name
|
CUSTOM_GETCHROMSIZES |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
FASTA file *.{fa,fasta,fna,fas}
|
Output
4 channels
#1
fai
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fai
file
|
FASTA index file *.{fai}
|
#2
gzi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.gzi
file
|
Optional gzip index file for compressed inputs *.gzi
|
#3
sizes
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.sizes
file
|
File containing chromosome lengths *.{sizes}
|
#4
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| samtools | Tools for dealing with SAM, BAM and CRAM files | http://www.htslib.org/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:12:08 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Fgetchromsizes/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/custom/getchromsizes/blobs/sha256:2eca182b1f1275a5dd7978230105a92fbd24544288ea3e57d7ce6420572e744c |
| Size | 2.7 KB |
| Checksum | sha256:2eca182b1f1275a5dd7978230105a92fbd24544288ea3e57d7ce6420572e744c |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:12:08 (UTC) | 2 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:08:28 (UTC) | 4 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:55:14 (UTC) | 1 | 2.7 KB |