You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 withbcftools reheader
or hack it withsed -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
The text was updated successfully, but these errors were encountered: