Description

Calculates base frequency statistics across reference positions from BAM.

Input

name:type
description
pattern

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

*

Output

name:type
description
pattern

depth_sample

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.depthSample

:file

Distribution of sequencing depths

*.depthSample

depth_global

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.depthGlobal

:file

Distribution of sequencing depths

*.depthGlobal

qs

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.qs

:file

Distribution of scores

*.qs

pos

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

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

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

versions

versions.yml

:file

File containing software versions

versions.yml

Tools

angsd
GPL v3, MIT

ANGSD: Analysis of next generation Sequencing Data