Description

Converts a PED file to VCF headers

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

The input file, can be either a PED or a VCF file

*.{vcf,vcf.gz,ped}

Output

name:type
description
pattern

output{:bash}

meta{:bash}

:map

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

*.{vcf.gz,ped}{:bash}

:file

The output file, can be either a filtered PED file or a VCF file containing the PED headers (needs —vcf as argument)

*.{vcf.gz,ped}

versions_rtgtools{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

rtgtools{:bash}

:string

The name of the tool

rtg version | sed 's/Product: RTG Tools //; q'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

rtgtools{:bash}

:string

The name of the tool

rtg version | sed 's/Product: RTG Tools //; q'{:bash}

:eval

The expression to obtain the version of the tool