- Apr 20, 2016
-
-
John Chilton authored
... per my discretion as BDFN (see Project Goverance for more information https://github.com/galaxyproject/pulsar/blob/master/docs/organization.rst). Thanks for the continued awesome work on all things Galaxy @mvdbeek, your contributions rock.
-
John Chilton authored
Use managers defined in job destination parameters
-
John Chilton authored
Fix for locating cli shell/job plugins
-
- Apr 19, 2016
-
-
Marius van den Beek authored
-
Marius van den Beek authored
-
Marius van den Beek authored
The path to the CLI job/shell plugins was build based on the current working directory, but this would not work if pulsar had been installed into a virtualenv. Instead we infer the package path with inspect.getsourcefile().
-
- Apr 18, 2016
-
-
Marius van den Beek authored
and log a warning.
-
John Chilton authored
See https://pypi.python.org/pypi/pulsar-galaxy-lib.
-
John Chilton authored
-
John Chilton authored
Allow per-manager job directories.
-
John Chilton authored
Update: Rebased on to the latest master and documentation for this feature in docs/job_managers.rst and linked to this general manager configuration information from app.yml.sample (per excellent request of @mvdbeek).
-
John Chilton authored
-
John Chilton authored
-
- Apr 16, 2016
-
-
Marius van den Beek authored
-
Marius van den Beek authored
If manager name was specified in the destination parameters, include the managers/<manager_name> route in the url.
-
- Apr 15, 2016
-
-
John Chilton authored
Ensure destination directories exist when copying files
-
Nate Coraor authored
-
John Chilton authored
Fail jobs that error during job submission
-
- Apr 14, 2016
-
-
Marius van den Beek authored
-
Marius van den Beek authored
Previously jobs that failed to submit (bad resource requests, malformed scripts, no qsub available, staging problems) would remain in waiting status until pulsar was restarted.
-
Marius van den Beek authored
for the queued_cli manager.
-
Marius van den Beek authored
-
John Chilton authored
Fix PBS status reporting
-
- Apr 13, 2016
-
-
Marius van den Beek authored
Without this commit only very short jobs completed successfully, because the status was always set to complete. This was because the status returned by qstat contains leading spaces before the `job_state = Q` part, so I'm adding a `.strip()`.
-
- Apr 11, 2016
-
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
More Progress on an Embedded Pulsar Runner
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
Pulsar has to be a little smarter than I assumed in 09f7ec3e because it writes out job metrics on the server.
-
John Chilton authored
-
John Chilton authored
-
- Apr 10, 2016
-
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
-
John Chilton authored
Working directory is below metadata directory in Galaxy 16.04 - so need to handle that.
-
John Chilton authored
-
John Chilton authored
- When client uploads files, log them.
-
John Chilton authored
[WIP] Metadata directory
-