opencb / hpg-bigdata

This repository implements converters and tools for working with NGS data in HPC or Hadoop cluster
Apache License 2.0
17 stars 14 forks source link

Add load/save pedigree parameters to the variant metadata command line #100

Closed jtarraga closed 7 years ago

jtarraga commented 8 years ago

The variant metadata command line has to allow users to load, for a given dataset, an extended pedigree file with information about family relationships, gender (=sex), genetic data (disease and marker phenotypes),...

./build/bin/hpg-bigdata-local.sh variant metadata --i test.vcf.avro --load-pedigree test.ped --dataset my-test

In addition, the command line should allow users to save the pedigree information from a metadata file to a pedigree file in PED format.

./build/bin/hpg-bigdata-local.sh variant metadata --i test.vcf.avro --save-pedigree info.ped --dataset my-test