How do I create dictionary of gene id and its 5_prime_utr coding region using a gff3 file? I cannot use Biopython for this assignment

前端 未结 0 1529
庸人自扰
庸人自扰 2020-12-13 15:14

My code:

GFF = raw_input("Please enter gff3 file: ")

GFF = open(GFF, "r")

GFF= GFF.read()

new_dict = {}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题