1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/84a00e4f7d06/ Changeset: 84a00e4f7d06 User: dannon Date: 2014-06-06 23:12:30 Summary: Clarify language in DeleteIntermediateDataset PJA. Affected #: 1 file diff -r 6a90c63fe697c60350129d6c245d7516fc649bc4 -r 84a00e4f7d06e9adcec7297d8133ce70524dc242 lib/galaxy/jobs/actions/post.py --- a/lib/galaxy/jobs/actions/post.py +++ b/lib/galaxy/jobs/actions/post.py @@ -404,7 +404,7 @@ p_str += "<label for='pja__"+pja.output_name+"__DeleteIntermediatesAction'>There are no additional options for this action.</label>\ <input type='hidden' name='pja__"+pja.output_name+"__DeleteIntermediatesAction'/>"; """ - return get_form_template(cls.name, cls.verbose_name, form, "All steps in this workflow will have non-output datasets deleted if they are no longer being used as job inputs at the time of this job finishing.", on_output=False) + return get_form_template(cls.name, cls.verbose_name, form, "All non-output steps of this workflow will have datasets deleted if they are no longer being used as job inputs when the job this PostJobAction is attached to is finished. You *must* be using workflow outputs (the snowflake) in your workflow for this to have any effect.", on_output=False) @classmethod def get_short_str(cls, pja): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.