Keiran Raine
Keiran Raine
Not sure it will have a large impact on performance here but worth a look
Need to update Makefile to install binaries to the perfix location (suffixed with `/bin`). Makefile should also check that location for HTSLIB when not provided.
WR is effectively already a TES. It already exposes a REST API, but it doesn’t conform to the GA4GH TES schema. https://github.com/ga4gh/task-execution-schemas Currently there are very few (if any) easily...
It should be possible to indicate that dependant jobs need to pass the data volume between the appropriate servers. e.g. * job-1.0 * Low CPU/RAM * Stages data to volume...
Add an option to `wr cloud deploy` to indicate that servers are not to be reused and/or shared. e.g. ``` reuse 0 server is destroyed on job completion (only 1...
If a jobs reties it generally is going to end up of the same host if there is nothing else in the queue (not sure if retry behaviour is to...
May apply elsewhere but where I've seen issues. I've seen a few instances where the underlying job can get stuck. Could WR watch the 15 minute load avg and kill...
Working through some issues with ISG. @jbeal-work indicated that having the OS build on the attached CEPH volume and not booting from the local SSD is a bad idea as...
## Feature Request Add the ability for CLI to rewrite the default docker image url to point to a local mirror. This is specifically to enable use of local docker...