Illumina / GTCtoVCF

Script to convert GTC/BPM files to VCF
Apache License 2.0
41 stars 31 forks source link

Replace ID in output VCF with `--id` option #50

Open stephenturner opened 4 years ago

stephenturner commented 4 years ago

Whether processing multiple files as fixed in #9, or when processing a single VCF with --output-vcf-path, the ID in the VCF file always takes the filename of the GTC file. Later we can change this with bcftools reheader or hack it with sed -i, but this adds additional complexity to our pipeline. It would be nice if there's an option when converting a single file to allow for an option like --id <newid> that would allow the ID in the VCF file to be set on the command line. Thanks Ryan.

cc @vpnagraj @punkrockscience