NAL-i5K / GFF3toolkit

Python programs for processing GFF3 files
Other
95 stars 27 forks source link

Python3.6 #93

Closed ShangYuChiang closed 5 years ago

ShangYuChiang commented 5 years ago

I tried to test the comment below. gff3_merge -g1 example_file/new_models.gff3 -g2 example_file/reference.gff3 -f example_file/reference.fa -og merged.gff -r merged_report.txt

Came out an error: the list index out of range. replace_OGS.py image

I tried to print the list Mgff.lines but I just got the empty list. replace_OGS.py image

I am just trying to figure out what is the data of the list Mgff.lines.