Simon Bray
Simon Bray
Implemented some of the suggestions in https://github.com/galaxyproject/galaxy/issues/11109
This might be tough to merge in its entirety, I might need to remove some. I only added the token to tools where a newer version was available. I also...
This would be handy for the autoupdating.
Testing was previously done with a condor job runner, but this started causing all tests to fail with the following error: ``` Traceback (most recent call last): File "/tmp/tmpay_nkwl3/galaxy-dev/lib/galaxy/jobs/runners/__init__.py", line...
We've been working recently in Freiburg on a GitHub bot to automate updating Galaxy tool requirements - the idea is pretty similar to @BiocondaBot which makes a lot of useful...
It would be good to add filtering for these methods, e.g. for history_id.
Let's try and document missing API endpoints (located https://github.com/galaxyproject/galaxy/tree/dev/lib/galaxy/webapps/galaxy/api) in this issue. (Not that we need to implement everything, but so the information is available.) ping @beatrizserrano
> Implement an API for “what has been done with this dataset”. This is tracked but not exposed currently. suggested by @bgruening here: https://github.com/usegalaxy-eu/issues/issues/265. It would need to be implemented...