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
I tried to print the list Mgff.lines but I just got the empty list. replace_OGS.py
I am just trying to figure out what is the data of the list Mgff.lines.
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
I tried to print the list
Mgff.lines
but I just got the empty list.replace_OGS.py
I am just trying to figure out what is the data of the list
Mgff.lines
.