galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.41k stars 1.01k forks source link

Rework a job's version string path to be in the job directory. #2985

Closed jmchilton closed 5 years ago

jmchilton commented 8 years ago

The tmp thing doesn't scale and we shouldn't be using. Also right now it is being written to the tmp directory which is not mounted rw by default for Docker. This is fixable by setting up docker_volumes but it'd be better to improve the out-of-the-box experience.

hexylena commented 5 years ago

This seems to be fixed now, job version strings are written to JWD afaict

jmchilton commented 5 years ago

Indeed, thanks!