Description

List unique genotypes. Like GNU uniq, but for VCF records. Remove records which have the same position, ref, and alt as the previous record.

Input

name:type
description
pattern

meta:map

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

]

vcf:file

Compressed VCF file

*.vcf.gz

tbi:file

Index of VCF file

*.vcf.gz.tbi

Output

name:type
description
pattern

vcf

meta:map

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

]

*.gz:file

Compressed VCF file

*.vcf.gz

versions

versions.yml:file

File containing software versions

versions.yml

Tools