Skip to content
Robyn Ffrancon edited this page Jun 11, 2018 · 8 revisions

This command generates a Population Reference Graph (PRG) and other supporting data structures.

Usage

gramtools build --gram-directory ./gram --vcf ./vcf --reference ./reference --max-read-length 150
parameter description
--gram-directory output directory for gramtools build files (created if missing)
--vcf input variant call file detailing genetic variants
--reference generic reference genome which compliments the VCF
--max-read-length maximum read length used during the quasimap command
Clone this wiki locally