commit/galaxy-central: dan: Specify the third argument for HdaImplicitMatch.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f7e9759b27a0/ Changeset: f7e9759b27a0 User: dan Date: 2014-12-03 17:18:38+00:00 Summary: Specify the third argument for HdaImplicitMatch. Affected #: 1 file diff -r 0273de7467e0f42a56ffa018c5fb9a53a6396e76 -r f7e9759b27a00e7e4a0d6c455dfa4e3744f484f9 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