#Add 'chr' to VCF file if necessary #awk '{if($0 !~ /^#/) print "chr"$0; else print $0}' all-panctx-merged.vcf > all-panctx-merged_chr.vcf