Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: be4fba3566ac70306451d84b069adc462baeb73c
https://github.com/galaxyproject/galaxy/commit/be4fba3566ac70306451d84b069a…
Author: mvdbeek <m.vandenbeek(a)gmail.com>
Date: 2018-01-17 (Wed, 17 Jan 2018)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/tools/actions/__init__.py
Log Message:
-----------
Add option to replace failed elements on job rerun
Replacing failed collection elements was already possible when dependent jobs
were found (https://github.com/galaxyproject/galaxy/pull/5247).
This commit restructures the remapping so that remapping is possible when no
dependent jobs are available. This also simplifies the replacement of HDAs
between old and new jobs.
Commit: bf2c9bab344c7acd9a1140c07037c51d91016914
https://github.com/galaxyproject/galaxy/commit/bf2c9bab344c7acd9a1140c07037…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2018-01-17 (Wed, 17 Jan 2018)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/tools/actions/__init__.py
Log Message:
-----------
Merge pull request #5321 from mvdbeek/rerun_without_dependent_jobs
Add option to replace failed elements on job rerun
Compare: https://github.com/galaxyproject/galaxy/compare/d2530f4f2412...bf2c9bab344c
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 4b2bf122b627d4dfbd87e9491cbf97755f40a9bf
https://github.com/galaxyproject/galaxy/commit/4b2bf122b627d4dfbd87e9491cbf…
Author: Matthias Bernt <m.bernt(a)ufz.de>
Date: 2018-01-17 (Wed, 17 Jan 2018)
Changed paths:
M tools/data_source/microbial_import_code.py
Log Message:
-----------
fix for microbial import tool
There seems to be no UnvalidatedValue class anymore. So I removed these
checks which seems to make the tool functional again.
Note that there is one more instance of such a check in the Galaxy
sources (in tools/parameters/basic.py). I guess this can also be
removed?
Commit: b59fb06fd92f71211bf473f30e8d0341fb4650b4
https://github.com/galaxyproject/galaxy/commit/b59fb06fd92f71211bf473f30e8d…
Author: Nicola Soranzo <nicola.soranzo(a)earlham.ac.uk>
Date: 2018-01-17 (Wed, 17 Jan 2018)
Changed paths:
M tools/data_source/microbial_import_code.py
Log Message:
-----------
Remove unused import
Commit: d2530f4f2412e48b3394b5f52327416b93c895aa
https://github.com/galaxyproject/galaxy/commit/d2530f4f2412e48b3394b5f52327…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2018-01-17 (Wed, 17 Jan 2018)
Changed paths:
M tools/data_source/microbial_import_code.py
Log Message:
-----------
Merge pull request #5258 from bernt-matthias/topic/getmicrobedata-quick-fix
Topic/getmicrobedata quick fix
Compare: https://github.com/galaxyproject/galaxy/compare/3cc4760727a1...d2530f4f2412