Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: d3e14ec6731d6f0524ff8f2575a100555de2fe25 https://github.com/galaxyproject/galaxy/commit/d3e14ec6731d6f0524ff8f2575a10... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M lib/galaxy/jobs/actions/post.py Log Message: ----------- Check to make sure a job is actually part of a workflow invocation prior to attempting to clean other workflow steps. This prevents an error when a 'clean intermediates' type job is remapped. TODO: Perhaps the job should actually be replaced in the workflow invocation as well, but this is a decent defensive check anyway. Commit: 4d4e19b37904907201217bff7a6d295411b93968 https://github.com/galaxyproject/galaxy/commit/4d4e19b37904907201217bff7a6d2... Author: John Chilton <jmchilton@gmail.com> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M lib/galaxy/jobs/actions/post.py Log Message: ----------- Merge pull request #736 from dannon/pja_wf_rerun_fix Check to make sure a job is actually part of a workflow invocation pr… Compare: https://github.com/galaxyproject/galaxy/compare/43c13ee16267...4d4e19b37904