galaxy-genome-annotation / python-apollo

Python library for talking to Apollo API
MIT License
11 stars 11 forks source link

loading reserved (or other) attributes in load_gff3 #59

Open mpoelchau opened 10 months ago

mpoelchau commented 10 months ago

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

hexylena commented 5 months ago

https://github.com/galaxy-genome-annotation/python-apollo/blob/master/apollo/util.py#L117-L122 ah, looks like we never implemented those :(

mpoelchau commented 5 months ago

Okay, thanks for checking! I've written my own scripts to add them in the meantime.