GFF3文件按照染色体位置排序

#!/usr/bin/env python # -*- coding: utf-8 -*- tmp = open('2.txt', 'w') with open('147389_transcript.fa.gff3', 'r') as f: for line in f: if '#' not in line: line1 = line.strip(
相关文章
相关标签/搜索