Description

Calculated genotype likelihoods from BAM files.

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}

meta2

:map

Groovy Map containing reference information e.g. [ id:‘test’ ]

fasta

:file

A reference genome in FASTA format

*.fasta

meta3

:map

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

error_file

:file

A file containing information about type specific errors.

*.error.chunkunordered

Output

name:type
description
pattern

genotype_likelihood

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.{glf,beagle}.gz

:file

File containing genotype likelihoods per sample

*.{glf,beagle}.gz

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