Description

Calculated genotype likelihoods from BAM files.

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

A list of BAM or CRAM files

*.{bam,cram}

meta2{:bash}

:map

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

fasta{:bash}

:file

A reference genome in FASTA format

*.fasta

meta3{:bash}

:map

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

error_file{:bash}

:file

A file containing information about type specific errors.

*.error.chunkunordered

Output

name:type
description
pattern

genotype_likelihood{:bash}

meta{:bash}

:map

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

*.{glf,beagle}.gz{:bash}

:file

File containing genotype likelihoods per sample

*.{glf,beagle}.gz

versions_angsd{:bash}

${task.process}{:bash}

:string

The name of the process

angsd{:bash}

:string

The name of the tool

angsd 2>&1 | sed '1!d;s/.*version: //;s/ .*//'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

angsd{:bash}

:string

The name of the tool

angsd 2>&1 | sed '1!d;s/.*version: //;s/ .*//'{:bash}

:eval

The expression to obtain the version of the tool

Tools

angsd
GPL v3 MIT

ANGSD: Analysis of next generation Sequencing Data