commit/galaxy-central: jgoecks: Fix bugs in tracks/run_tool.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/f6f0c94433b8/ changeset: r5494:f6f0c94433b8 user: jgoecks date: 2011-05-02 21:14:53 summary: Fix bugs in tracks/run_tool. affected #: 1 file (17 bytes) --- a/lib/galaxy/web/controllers/tracks.py Mon May 02 14:43:09 2011 -0400 +++ b/lib/galaxy/web/controllers/tracks.py Mon May 02 15:14:53 2011 -0400 @@ -721,7 +721,7 @@ messages_list = [] for jida in original_job.input_datasets: input_dataset = jida.dataset - if hasattr( input_dataset, 'get_track_type' ): + if hasattr( input_dataset.datatype, 'get_track_type' ): # # Dataset can be indexed and hence a subset can be extracted. # @@ -748,7 +748,7 @@ data_provider_class = get_data_provider( original_dataset=input_dataset ) data_provider = data_provider_class( original_dataset=input_dataset, converted_dataset=converted_dataset, - deps=deps ) + dependencies=deps ) data_provider.write_data_to_file( chrom, low, high, new_dataset.file_name ) # TODO: size not working. 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