
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/879c4859eee1/ Changeset: 879c4859eee1 User: jmchilton Date: 2014-06-09 15:30:40 Summary: Tools: MATCH (pair) multi-run datasets by default instead of doing ALL-V-ALL. Worried this might be responsible for problems on main. TODO is to make this an optional and explicit like with workflows. Affected #: 1 file diff -r d61ee3309864a69027dacbf5fb3389a33e3f0a4d -r 879c4859eee151c7445b95eb0bdb04b4a7d0716e lib/galaxy/tools/parameters/meta.py --- a/lib/galaxy/tools/parameters/meta.py +++ b/lib/galaxy/tools/parameters/meta.py @@ -19,7 +19,7 @@ if multirun_key in incoming: multi_value = util.listify( incoming[ multirun_key ] ) if len( multi_value ) > 1: - return permutations.input_classification.MULTIPLIED, multi_value + return permutations.input_classification.MATCHED, multi_value else: if len( multi_value ) == 0: multi_value = None https://bitbucket.org/galaxy/galaxy-central/commits/df20b99bc7db/ Changeset: df20b99bc7db User: jmchilton Date: 2014-06-09 15:32:24 Summary: Merge. Affected #: 1 file diff -r 7f5f8ac18c60c89775f7f992e6bfedacf0d917b4 -r df20b99bc7db3d3daab5b843b73b6890c85fd390 lib/galaxy/tools/parameters/meta.py --- a/lib/galaxy/tools/parameters/meta.py +++ b/lib/galaxy/tools/parameters/meta.py @@ -19,7 +19,7 @@ if multirun_key in incoming: multi_value = util.listify( incoming[ multirun_key ] ) if len( multi_value ) > 1: - return permutations.input_classification.MULTIPLIED, multi_value + return permutations.input_classification.MATCHED, multi_value else: if len( multi_value ) == 0: multi_value = None 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.