galaxy-genome-annotation / python-apollo

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

Bulk creation/deletion of groups #15

Closed abretaud closed 5 years ago

abretaud commented 5 years ago

Added support for bulk creation/deletion which was added in Apollo https://github.com/GMOD/Apollo/pull/2130 I think we could release the 3.1 version after that, I'm done with what I wanted to do (though this patch won't work with Apollo < not-yet-released-2.4)

hexylena commented 5 years ago

Guess it raises a philosophical issue, do we want to support older apollos as well? In which case I'd say move into a separate function. Or do we just have the energy/time to support recent versions?

abretaud commented 5 years ago

oops, forgot about this PR! I'm tempted to say "we just have the energy/time to support recent versions". In this case it's not breaking something that worked with older apollo, it's just new options that won't be understood by older apollo