GFF3toolkit
GFF3toolkit copied to clipboard
gff3_merge iteritems error
When I run gff3_merge I get the following error
Traceback (most recent call last):
File "/tools/python/3.6.3/bin/gff3_merge", line 8, in
There seems to be a python2 syntax used in the gff3_sort.py script.
Thanks for the bug report, @chklopp ! We'll look into this in the next couple of days. In the meantime, would you be willing to share the datasets/command you used so we can make sure we can reproduce the error?
We have replaced iteritems by items in the code and it worked.
Here is a link a data subset including fasta and both gff files : http://genoweb.toulouse.inra.fr/~klopp/tmp/chr1.tgz and the command line gff3_merge -g2 maker_root_stem_leaf.chr1.gff -g1 Pvul.07092020.chr1.gff3 -f Eukaryota.dna.masked.chr1.fa -og EuGene_all_maker_root_stem_leaf.chr1.gff
Fixed via #111 . Thanks for reporting @chklopp.