commit/galaxy-central: rmarenco: Missing verification of the conditon before checking the conditional parameters
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/32030702cf48/ changeset: 32030702cf48 user: rmarenco date: 2012-08-29 23:27:02 summary: Missing verification of the conditon before checking the conditional parameters affected #: 1 file diff -r ff74a24aa175a28975abdc623d34c2b805725a4f -r 32030702cf48527a17a648e828ec6658bf96841c tools/ngs_rna/express_wrapper.xml --- a/tools/ngs_rna/express_wrapper.xml +++ b/tools/ngs_rna/express_wrapper.xml @@ -49,7 +49,7 @@ <data format="txt" name="params" from_work_dir="params.xprs"/><data format="txt" name="results" from_work_dir="results.xprs"/><data format="txt" name="varcov" from_work_dir="varcov.xprs"> - <filter>additional_params[ 'calc_covar' ] == "yes"</filter> + <filter>additional_params[ 'use_additional' ] == "yes" and additional_params[ 'calc_covar' ] == "yes"</filter></data></outputs> 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.
participants (1)
-
Bitbucket