nf-core/goleft/indexcov @ 0.0.0-6c4ed3a
Summary
Quickly estimate coverage from a whole-genome bam or cram index. A bam index has 16KB resolution so that's what this gives, but it provides what appears to be a high-quality coverage estimate in seconds per genome.
Get started
Add the following snippet to your workflow script to include this module.
include { GOLEFT_INDEXCOV } from 'nf-core/goleft/indexcov'
License
MIT License
Name
|
GOLEFT_INDEXCOV |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
bams
file
|
Sorted BAM/CRAM/SAM files *.{bam,cram,sam}
|
indexes
file
|
BAI/CRAI files *.{bai,crai}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false] |
|---|---|
fai
file
|
FASTA index *.{fai}
|
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*bed.gz
file
|
bed files *bed.gz
|
ped
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*ped
file
|
ped files *ped
|
png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*png
file
|
png files *png
|
roc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*roc
file
|
roc files *roc
|
html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*html
file
|
html files *html
|
output
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*
file
|
Files generated by indexcov |
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
bed_index
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}/*bed.gz.tbi
file
|
bed index files *bed.gz.tbi
|
| 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:50 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgoleft%2Findexcov/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/goleft/indexcov/blobs/sha256:387598a4c7d9c0b2a5e93245f2677cf4727d6185489b18e8da94d908381b3b5a |