commit/galaxy-central: jmchilton: Bugfix: composite uploads broken by upload common assuming bunch's have a UUID field.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/acc8d1e2bc88/ Changeset: acc8d1e2bc88 Branch: stable User: jmchilton Date: 2014-11-19 15:20:36+00:00 Summary: Bugfix: composite uploads broken by upload common assuming bunch's have a UUID field. Reported by tjkarlsson@uma.es here http://dev.list.galaxyproject.org/Problem-to-upload-data-to-Galaxy-when-usin.... Affected #: 1 file diff -r 1af943ca6e39db44bfec74a0debffbf798fc4731 -r acc8d1e2bc88530aa8d8651cf5f88649f6769304 lib/galaxy/tools/parameters/grouping.py --- a/lib/galaxy/tools/parameters/grouping.py +++ b/lib/galaxy/tools/parameters/grouping.py @@ -403,6 +403,7 @@ dataset.warnings = [] dataset.metadata = {} dataset.composite_files = {} + dataset.uuid = None #load metadata files_metadata = context.get( self.metadata_ref, {} ) metadata_name_substition_default_dict = dict( [ ( composite_file.substitute_name_with_metadata, d_type.metadata_spec[ composite_file.substitute_name_with_metadata ].default ) for composite_file in d_type.composite_files.values() if composite_file.substitute_name_with_metadata ] ) 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