galaxy-genome-annotation / python-apollo

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

Various updates #14

Closed abretaud closed 5 years ago

abretaud commented 5 years ago

So, here are a few changes I made while playing with the latest apollo version

- Added user activate/inactivate
- Added get_creator for user, group and organisms
- Added omitEmptyOrganisms to get_users
- Added support for group admins
- Repaired GFF3/Fasta downloading

Most of it is not yet very well tested, except the last one. But they are simple functions, so there is not a lot of risk I guess.

abretaud commented 5 years ago

By the way, is it intended that https://python-apollo.readthedocs.io is not using the default theme?

hexylena commented 5 years ago

By the way, is it intended that python-apollo.readthedocs.io is not using the default theme?

eh not really, I remember vaguely changing it but happy for it to be more default

abretaud commented 5 years ago

Ok I think this one is ready, do have some time to look at it @erasche (not top priority for me)? So I've changed the doc to the default theme, but it's hard to test what it will look like at readthedocs before merging. Maybe there will need to make some little change in the readthedoc conf, I can have a look