摘要: ``` #!/usr/bin/python import sys from Bio import SeqIO # usage USAGE = "\nusage: python convert_fasta2phylip.py [input fasta file] [output phy file]\n" if len(sys.argv) !=3: print USAGE sys... 阅读全文
posted @ 2017-02-25 22:38 liuhui_pine 阅读(1438) 评论(0) 推荐(0) 编辑