commit/galaxy-central: dan: Fix for setting metadata when uploading directly to a library.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a24a928c3b8c/ Changeset: a24a928c3b8c User: dan Date: 2014-05-14 23:26:41 Summary: Fix for setting metadata when uploading directly to a library. Affected #: 1 file diff -r c9ad7f354f48f546e11879ba864b60c48d6d52f8 -r a24a928c3b8c4e49bad89fb95496c6b1f78c23bc lib/galaxy/jobs/__init__.py --- a/lib/galaxy/jobs/__init__.py +++ b/lib/galaxy/jobs/__init__.py @@ -1309,7 +1309,7 @@ config_file = self.app.config.config_file if datatypes_config is None: datatypes_config = self.app.datatypes_registry.integrated_datatypes_configs - return self.external_output_metadata.setup_external_metadata( [ output_dataset_assoc.dataset for output_dataset_assoc in job.output_datasets ], + return self.external_output_metadata.setup_external_metadata( [ output_dataset_assoc.dataset for output_dataset_assoc in job.output_datasets + job.output_library_datasets ], self.sa_session, exec_dir=exec_dir, tmp_dir=tmp_dir, 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