commit/galaxy-central: jgoecks: Encode dataset id for dataset returned when rerunning tools.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ec29ce8e27a1/ changeset: ec29ce8e27a1 user: jgoecks date: 2012-07-18 21:50:37 summary: Encode dataset id for dataset returned when rerunning tools. affected #: 1 file diff -r 0378dd041c6051dc5156c3e15a28ae091fd370a4 -r ec29ce8e27a1d0feaed049e43b91e1e898b42bf4 lib/galaxy/web/api/tools.py --- a/lib/galaxy/web/api/tools.py +++ b/lib/galaxy/web/api/tools.py @@ -388,5 +388,6 @@ output_dataset = joda.dataset dataset_dict = output_dataset.get_api_value() + dataset_dict[ 'id' ] = trans.security.encode_id( dataset_dict[ 'id' ] ) dataset_dict[ 'track_config' ] = self.get_new_track_config( trans, output_dataset ); return dataset_dict 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)
-
Bitbucket