Description

Markup VCF file using rho-calls.

Input

name:type
description
pattern

meta

:map

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

vcf

:file

vcf file

*.{vcf,vcf.gz}

tbi

:file

vcf index file

*.{tbi}

meta2

:map

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

roh

:file

Bcftools roh style TSV file with CHR,POS,AZ,QUAL

*.{roh}

bed

:file

BED file with AZ windows.

*.{bed}

Output

name:type
description
pattern

vcf

meta

:map

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

*_rhocall.vcf

:file

vcf file

*.{vcf,vcf.gz}

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.