Description

Call regions of homozygosity and make tentative UPD calls

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

VCF file

*.{vcf}

meta2{:bash}

:map

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

roh{:bash}

:file

Input RHO file produced from rhocall

*.{roh}

Output

name:type
description
pattern

bed{:bash}

meta{:bash}

:map

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

${prefix}/${prefix}.bed{:bash}

:file

Bed file containing roh calls

*.{bed}

wig{:bash}

meta{:bash}

:map

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

${prefix}/${prefix}.wig{:bash}

:file

Wig file containing roh calls

*.{wig}

versions_rhocall{:bash}

${task.process}{:bash}

:string

The name of the process

rhocall{:bash}

:string

The name of the tool

rhocall --version | sed 's/rhocall, version //'{: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

rhocall{:bash}

:string

The name of the tool

rhocall --version | sed 's/rhocall, version //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

rhocall
GPL v3

Call regions of homozygosity and make tentative UPD calls.