Extracting specific data from a file and writing it to another file
问题 I tagged python and perl in this only because that's what I've used thus far. If anyone knows a better way to go about this I'd certainly be willing to try it out. Anyway, my problem: I need to create an input file for a gene prediction program that follows the following format: seq1 5 15 seq1 20 34 seq2 50 48 seq2 45 36 seq3 17 20 Where seq# is the geneID and the numbers to the right are the positions of exons within an open reading frame. Now I have this information, in a .gff3 file that