Open mpoelchau opened 1 year ago
https://github.com/galaxy-genome-annotation/python-apollo/blob/master/apollo/util.py#L117-L122 ah, looks like we never implemented those :(
Okay, thanks for checking! I've written my own scripts to add them in the meantime.
Hi everyone,
I've been testing the load_gff3 function, and noticed that it won't load reserved attributes such as Note or Dbxref, not to mention other metadata in non-reserved attributes. How do I load these?
Thanks! Monica