2011年5月16日星期一

convert VCF to BED format

http://seqanswers.com/forums/showthread.php?t=9132

sed -e 's/chr//' file.vcf | awk '{OFS="\t"; if (!/^#/){print $1,$2-1,$2,$4"/"$5,"+"}}'

没有评论:

发表评论