bgruening / galaxy_ie_helpers

Helper scripts to work with Galaxy's Interactive Environments
MIT License
0 stars 6 forks source link

Replace custom bin dir with setuptools entrypoints #13

Open hexylena opened 1 year ago

hexylena commented 1 year ago

the bin/ directory is a bit non-standard, setup.py entrypoints is probably a more standard solution.

Additionally provides new names that users can consider transitioning to (gx-get, gx-put) that are a bit more expliticly galaxy related than such generic terms as 'get' and 'put'. (I remember that they used to clobber some system commands with identical names but looks like current debian+fedora both use GET, not get)