Description

Pre.py is a preprocessing tool made to preprocess VCF files for Hap.py

Input

name:type
description
pattern

meta{:bash}

:map

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

vcf{:bash}

:file

VCF file to preprocess

*.{vcf,vcf.gz}

bed{:bash}

:file

BED file

*.bed

meta2{:bash}

:map

Groovy Map containing sample information for reference fasta e.g. [ id:‘test2’]

fasta{:bash}

:file

FASTA file of the reference genome

*.{fa,fasta}

meta3{:bash}

:map

Groovy Map containing sample information for reference fai e.g. [ id:‘test3’ ]

fasta_fai{:bash}

:file

The index of the reference FASTA

*.fai

Output

name:type
description
pattern

preprocessed_vcf{:bash}

meta{:bash}

:map

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

*.vcf.gz{:bash}

:file

Preprocessed VCF file

*.vcf.gz

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml