Hi I have a vcfgz file having the following header
#CHROM POS ID REF ALT QUAL FILTER FORMAT Sample1 Sample2 Sample3
I want to split it by samples but by using various tools it gives error that there is no INFO field. How can i add the INFO field in vcfgz file?
it gives error: awk: read error (Bad address)
it's not a problem with the awk script.