Description

A tool to estimate nuclear contamination in males based on heterozygosity in the female chromosome.

Input

name:type
description
pattern

meta

:map

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

icounts

:file

Internal format for dumping binary single chrs. Useful for ANGSD contamination

*.icnts.gz

meta2

:map

Groovy Map containing information related to the hapmap_file. e.g. [ id:‘test’ ]

hapmap_file

:file

A list of variable sites to look for heterozygosity.

Output

name:type
description
pattern

txt

meta

:map

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

*.txt

:file

Contamination estimation output.

*.txt

versions_angsd

${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

Topics

name:type
description
pattern

versions

${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

Tools

angsd
GPL v3 MIT

ANGSD: Analysis of next generation Sequencing Data