-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Galaxy Tool IDE #1195
Comments
@erasche Totally agree with this. |
This would be cool, but your workflow could be better even without it - for 95% of tools you should never load the tool in the UI until it it is done - test driven development. |
@jmchilton I find TDD lacking in Galaxy tools when:
Edit: maybe I just find myself working on 5% tools, 95% of the time? And the 95% tools take 5% of the time to write because of trivial options/test syntax? Update 2015-12-28Editing the comment rather than posting a new one in order to not make noise about a feature others clearly aren't as desiring of as I am. Had another moment today where I wrote a bunch of
because Would have been easier and required fewer (edit tool xml, reload tool, run tool, inspect command line) cycles to determine what the correct attribute name was with a tool dev studio. |
I guess this is solved by the galaxy language server? |
It isn't yet. It will be by galaxyproject/galaxy-language-server#124 (and maybe the configfiles/cli rendering as well, since that's a pain point for me) |
I'm tired of:
dataset_#_files/
took a dozen tool runs/reloads + grepping through the source for the parameter.I'd like to see a CodePen/JSFiddle for Tool XML:
I want:
<configfiles/>
blocks at the bottom rightThe text was updated successfully, but these errors were encountered: