Description

Call regions of homozygosity and make tentative UPD calls

Input

name:type
description
pattern

meta

:map

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

vcf

:file

VCF file

*.{vcf}

meta2

:map

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

roh

:file

Input RHO file produced from rhocall

*.{roh}

Output

name:type
description
pattern

bed

meta

:map

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

${prefix}/${prefix}.bed

:file

Bed file containing roh calls

*.{bed}

wig

meta

:map

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

${prefix}/${prefix}.wig

:file

Wig file containing roh calls

*.{wig}

versions_rhocall

${task.process}

:string

The name of the process

rhocall

:string

The name of the tool

rhocall --version | sed 's/rhocall, version //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

rhocall

:string

The name of the tool

rhocall --version | sed 's/rhocall, version //'

:eval

The expression to obtain the version of the tool

Tools

rhocall
GPL v3

Call regions of homozygosity and make tentative UPD calls.