commit/galaxy-central: dan: Specify the third argument for HdaImplicitMatch.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3808622909a6/ Changeset: 3808622909a6 Branch: next-stable User: dan Date: 2014-12-03 17:17:25+00:00 Summary: Specify the third argument for HdaImplicitMatch. Affected #: 1 file diff -r 172f91ec31ef89d0f0eaa162bab5cfdf90866c22 -r 3808622909a6bb561c46d2ff5a5675f1da589c8b lib/galaxy/tools/parameters/dataset_matcher.py --- a/lib/galaxy/tools/parameters/dataset_matcher.py +++ b/lib/galaxy/tools/parameters/dataset_matcher.py @@ -53,11 +53,12 @@ return False target_ext, converted_dataset = hda.find_conversion_destination( formats ) if target_ext: + original_hda = hda if converted_dataset: hda = converted_dataset if check_security and not self.__can_access_dataset( hda.dataset ): return False - rval = HdaImplicitMatch( hda, target_ext ) + rval = HdaImplicitMatch( hda, target_ext, original_hda ) else: return False if self.filter( hda ): 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)
-
commits-noreply@bitbucket.org