nf-core/angsd/docounts @ 0.0.0-6c4ed3a
Summary
Calculates base frequency statistics across reference positions from BAM.
Get started
Add the following snippet to your workflow script to include this module.
include { ANGSD_DOCOUNTS } from 'nf-core/angsd/docounts'
License
MIT License
Name
|
ANGSD_DOCOUNTS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
A list of BAM or CRAM files *.{bam,cram}
|
bai
file
|
List of BAM/CRAM index files *.{bai,csi}
|
minqfile
file
|
File with individual quality score thresholds *
|
qs
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.qs
file
|
Distribution of scores *.qs
|
pos
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.pos.gz
file
|
Various types of depth statistics (depending on value for -dumpCounts) *.pos.gz
|
counts
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.counts.gz
file
|
Various types of statistics (related to pos.gz) *.counts.gz
|
icounts
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.icnts.gz
file
|
Internal format for dumping binary single chrs. Useful for ANGSD contamination *.icnts.gz
|
depth_global
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.depthGlobal
file
|
Distribution of sequencing depths *.depthGlobal
|
depth_sample
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.depthSample
file
|
Distribution of sequencing depths *.depthSample
|
versions_angsd
tuple
${task.process}
string
|
The name of the process |
|---|---|
angsd
string
|
The name of the tool |
angsd 2>&1 | sed '1!d;s/.*version: //;s/ .*//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| angsd | ANGSD: Analysis of next generation Sequencing Data | http://www.popgen.dk/angsd/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:02:21 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fangsd%2Fdocounts/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/angsd/docounts/blobs/sha256:a181f9fbc2ca3ec9ce3c8b49499bf5161b4b7a0e2e6f2ebd7d4b69c5dfcfe701 |
| Size | 3.4 KB |
| Checksum | sha256:a181f9fbc2ca3ec9ce3c8b49499bf5161b4b7a0e2e6f2ebd7d4b69c5dfcfe701 |