Skip to content

Instantly share code, notes, and snippets.

@obenshaindw
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obenshaindw/107a181d8a11811bbd9d to your computer and use it in GitHub Desktop.
Save obenshaindw/107a181d8a11811bbd9d to your computer and use it in GitHub Desktop.
Reheader VCF
/usr/bin/htslib/bcftools view -H vcf_with_bad_header.vcf > vcf_header.vcf
vim vcf_header.vcf
#Make changes to header
/usr/bin/htslib/bcftools/bcftools reheader -h vcf_header vcf_with_bad_header.vcf -o reheadered.vcf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment