1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f6aad6dced57/ changeset: f6aad6dced57 user: dan date: 2012-07-10 17:09:38 summary: Fix for clearing converted datasets on dataset creation when set_metadata_externally = False. affected #: 1 file diff -r db93f1033bf861fadb7bdf838d1d5eb40cde5135 -r f6aad6dced57c050349db4bc3ff09fb05a1866ef lib/galaxy/jobs/__init__.py --- a/lib/galaxy/jobs/__init__.py +++ b/lib/galaxy/jobs/__init__.py @@ -394,7 +394,7 @@ if not self.app.config.set_metadata_externally or \ ( not self.external_output_metadata.external_metadata_set_successfully( dataset, self.sa_session ) \ and self.app.config.retry_metadata_internally ): - dataset.set_meta( overwrite = False ) + dataset.datatype.set_meta( dataset, overwrite = False ) #call datatype.set_meta directly for the initial set_meta call during dataset creation # TODO: The context['stderr'] used to indicate that there # was an error. Now we must rely on the job's state instead; # that indicates whether the tool relied on stderr to indicate 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.