mgandal
7/7/2017 - 1:51 AM

add_chr_to_VCF.sh

#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