nf-core/bedtools/genomecov @ 0.0.0-6c4ed3a
Summary
Computes histograms (default), per-base reports (-d) and BEDGRAPH (-bg) summaries of feature coverage (e.g., aligned sequences) for a given genome.
Get started
Add the following snippet to your workflow script to include this module.
include { BEDTOOLS_GENOMECOV } from 'nf-core/bedtools/genomecov'
License
MIT License
Name
|
BEDTOOLS_GENOMECOV |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
intervals
file
|
BAM/BED/GFF/VCF *.{bam|bed|gff|vcf}
|
scale
integer
|
Number containing the scale factor for the output. Set to 1 to disable. Setting to a value other than 1 will also get the -bg bedgraph output format as this is required for this command switch |
sizes
file
|
Tab-delimited table of chromosome names in the first column and chromosome sizes in the second column |
|---|
extension
string
|
Extension of the output file (e. g., ".bg", ".bedgraph", ".txt", ".tab", etc.) It is set arbitrarily by the user and corresponds to the file format which depends on arguments. |
|---|
sort
boolean
|
Sort the output |
|---|
genomecov
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.${extension}
file
|
Computed genome coverage file *.${extension}
|
versions_bedtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
bedtools
string
|
The name of the tool |
bedtools --version | sed -e 's/bedtools v//g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bedtools | A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. | n/a |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:05:35 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fgenomecov/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/genomecov/blobs/sha256:463312b16f387ca3324c6a75ce8b01b0f27238008cf44440a286ffcdc39e8c9d |
| Size | 3.5 KB |
| Checksum | sha256:463312b16f387ca3324c6a75ce8b01b0f27238008cf44440a286ffcdc39e8c9d |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:05:35 (UTC) | 4 | 3.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:46:53 (UTC) | 3 | 3.5 KB |