commit/galaxy-central: jmchilton: Bugfix: Problem with primary dataset collection on cloned histories.

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/db6075261915/ Changeset: db6075261915 User: jmchilton Date: 2014-03-28 23:49:50 Summary: Bugfix: Problem with primary dataset collection on cloned histories. Affected #: 1 file diff -r 35105e993ae91da02eb222db3007541bd4de4c3e -r db607526191533fcc4bc60509e3c415ffdfd241d lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -2841,7 +2841,7 @@ if outdata == dataset: continue new_data = primary_data.copy() - dataset.history.add( new_data ) + dataset.history.add_dataset( new_data ) self.sa_session.add( new_data ) self.sa_session.flush() return primary_datasets 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