-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0 #9
1.0.0 #9
Conversation
cc @natefoo or @jmchilton or someone? Would it be possible to get this package onto pypi under the same namespace as the rest of the Galaxy stuff (i.e. without leaving my repo access as a SPOF). I've added my deployment information for pypi using travis to automatically release tagged builds, but if one of y'all could just commit on top with the correct information. I use the (Or should the IUC register a separate pypi account?) |
Merging this to dev, the merge to master will need to solve the bullets from the origin issue. |
@erasche We need to get better about this ourselves - we don't have a Galaxy account or namespace as far as I am aware. Planemo is just me and Nate, ephemeris is just me. I'll try to add a few more people to all of "my projects". |
Oh, somehow I just assumed there was one. In that case I'll do the same and add y'all. |
Missing Parameters
E.g.
parsec history update_history
was missing numerous params that are documented in help but are not in the argspec.These are now fixed and function.
JSON Inputs
Previously json inputs did not function. Now they do. Additionally loading from stdin, file, or raw string is supported. E.g. all of these will function the same:
Better Example
I've added an example where I create a history, run a tool, and the launch a workflow and check its status in the terminal.
Shinier Docs
CLI Simplification
moved commands into subcommands. No longer do you get this gigantic list of a thousand things you can do, instead just:
and then the subcommands are further refined: