John Chilton
John Chilton
Thanks for the contribution - sorry it got conflicted already. I'm marking this as WIP. @mvdbeek and I discussed this in chat out of band and thought it would be...
Unit test failures appear to be legitimate, marking as WIP for that reason. @natefoo / @mvdbeek are you okay with moving this? I mean we put mutable stuff in both...
Hello All - sorry to hijack the github issue but I find github to be the best way to reach out to developers :). We are trying to put together...
We've found this useful in Galaxy-land (xref https://docs.galaxyproject.org/en/latest/dev/schema.html#tool-configfiles-inputs) so this is probably a good idea. I'd just encourage moderation on the part of tool authors however :).
@bernt-matthias I'm going to close this out - but feel free to rebase and reopen if you're still interested!
I would love to see this applied to tools-iuc and see if there are any false negatives and if it catches in any actual positives. I also wonder if just...
Can you document some where how ``planemo/schema/test_file_schema.json`` is generated? Is that present and I missed it?
> Would you mind moving the database migration into a separate commit? Same reasoning as here: https://github.com/galaxyproject/galaxy/pull/15663#discussion_r1120632427 Done!
This seems great!
I mentioned at the backend meeting I would post about the API for extracting workflows. Here is code for POST /api/workflows if ``from_history_id`` is included in the request: ``` if...