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 the --rename-dataset parameter to the variant metadata command line #101

Closed jtarraga closed 7 years ago

jtarraga commented 8 years ago

The variant metadata command line should allow users to rename datasets from the variant metadata file. The expected value follows the format: old_name::new_name. The command line below renames the dataset "set1" to "cancer_dataset".

./build/bin/hpg-bigdata-local.sh variant metadata --i test.vcf.avro --rename-dataset set1::cancer_dataset