GFF2GTF.py2
摘要:
import sys inFile = open(sys.argv[1],'r') for line in inFile: #skip comment lines that start with the '#' character if line[0] != '#': #split line int 阅读全文
posted @ 2021-04-22 17:25 坐山雕 阅读(59) 评论(0) 推荐(0) 编辑