This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Jan 25, 2013
-
-
Leo Gordon authored
diagram improvement: (1) no more "empty boxes" and (2) tables dataflown from a box are shown in their boxes
-
- Jan 14, 2013
-
-
Leo Gordon authored
-
- Jan 11, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
Added coloured barchart display option and jobs/data display option (no big data checks, use with care on small examples). 'Pad' is now configurable from JSON. Beware: JSON config options have moved around!
-
- Jan 10, 2013
-
-
Leo Gordon authored
-
- Jan 04, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
added command line options -submit_stdout_file and -submit_stderr_file to peek into submission output/error streams
-
Leo Gordon authored
-
Leo Gordon authored
-
- Dec 17, 2012
-
-
Leo Gordon authored
fixed a bug in computing num_required_workers according to the new rules (thanks Matthieu for reporting)
-
- Dec 12, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: do not proceed with negative numbers of workers for submission (thanks to Matthieu for reporting)
-
- Dec 06, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
fix: 'msg' view now displays the analysis of the job (which is fixed), not that of worker (which may change with time)
-
- Dec 05, 2012
-
-
Leo Gordon authored
-
- Dec 01, 2012
-
-
Leo Gordon authored
-
- Nov 30, 2012
-
-
Leo Gordon authored
changed the meaning of 'num_required_workers' to "total estimated number of workers needed for this analysis" ( 'num_running_workers' is now included in it )
-
- Nov 29, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Nov 28, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
change of default behaviour: hive_capacity is now off by default (=NULL); setting hive_capacity=0 or analysis_capacity=0 stops scheduling AND specialization to a particular analysis
-
Leo Gordon authored
cleanup: removed runnable(), output() and parameters() subroutines from Process as no longer used by Compara
-
Leo Gordon authored
removed the "compile_module_once" option as the only way to compile modules now is once after specialization
-
- Nov 27, 2012
-
-
Leo Gordon authored
secutiry: make sure stringify() always produces perl-parsable structures, so that global settings of Data::Dumper do not affect its results (thanks to Uma and Matthieu for reporting)
-
Leo Gordon authored
-
- Nov 23, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
added a new per-analysis "analysis_capacity" limiter for cases where users want to limit analyses independently
-
Leo Gordon authored
switch the Scheduler to using universal Limiter objects (cleaner code, more precise computation and should allow for expansion)
-
Leo Gordon authored
moved pending adjustment out of the main scheduling subroutine, which simplified the logic and improved readability
-
Leo Gordon authored
Introduced a new 'NO_ROLE' cause_of_death for failures during specialization (not so much of an error, really!)
-
Leo Gordon authored
bugfix: avoid specializing in an otherwise BLOCKED analysis that is temporarily in SYNCHING state (thanks to Kathryn for reporting)
-
- Nov 21, 2012
-
-
Leo Gordon authored
(multi-meadow scheduler) restrict the set of analyses that a worker with a given meadow_type can specialize into
-
Leo Gordon authored
-
- Nov 20, 2012
-
-
Matthieu Muffato authored
-
Leo Gordon authored
bugfix: if re-running a job that creates a semaphored group, we no longer die (thanks Miguel for reporting)
-
Leo Gordon authored
Added API and schema support for analysis_base.meadow_type / Analysis->meadow_type(), which will be NULL/undef by default
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Nov 19, 2012
-
-
Matthieu Muffato authored
-