Calculates base frequency statistics across reference positions from BAM.
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
List of BAM/CRAM index files
*.{bai,csi}
minqfile
File with individual quality score thresholds
*
depth_sample
*.depthSample
Distribution of sequencing depths
depth_global
*.depthGlobal
qs
*.qs
Distribution of scores
pos
*.pos.gz
Various types of depth statistics (depending on value for -dumpCounts)
counts
*.counts.gz
Various types of statistics (related to pos.gz)
icounts
*.icnts.gz
Internal format for dumping binary single chrs. Useful for ANGSD contamination
versions_angsd
${task.process}
:string
The name of the process
angsd
The name of the tool
angsd 2>&1 | sed '1!d;s/.*version: //;s/ .*//'
:eval
The expression to obtain the version of the tool
versions
ANGSD: Analysis of next generation Sequencing Data