Scroll to navigation

FILL-REF-MD5(1) User Commands FILL-REF-MD5(1)

NAME

fill-ref-md5 - computes MD5 sum of the reference sequence

SYNOPSIS

fill-ref-md5 [OPTIONS] in.vcf.gz out.vcf.gz

DESCRIPTION

About: The script computes MD5 sum of the reference sequence and inserts

'reference' and 'contig' tags into header as recommended by VCFv4.1. The VCF file must be compressed and tabix indexed, as it takes advantage of the lightning fast tabix reheader functionality.

OPTIONS

Where to read/write computed MD5s. Opened in append mode, existing records are not touched.
Optional info on reference assembly (AS), species (SP), taxonomy (TX)
The reference sequence in fasta format indexed by samtools faidx
This help message.

EXAMPLES

-d NCBIM37_um.fa.dict in.vcf.gz out.vcf.gz
February 2013 fill-ref-md5