This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 18 Apr, 2008 1 commit
-
-
Javier Herrero authored
-
- 12 Mar, 2008 1 commit
-
-
Javier Herrero authored
-
- 14 Dec, 2007 1 commit
-
-
Albert Vilella authored
-
- 16 Nov, 2007 1 commit
-
-
Javier Herrero authored
-
- 22 May, 2007 1 commit
-
-
Albert Vilella authored
-
- 07 Mar, 2007 1 commit
-
-
Javier Herrero authored
Change in the monitor table: analyses -> analysis to improve auto-completion in mysql client for all the analysis_* tables.
-
- 01 Feb, 2007 1 commit
-
-
Javier Herrero authored
-
- 16 Nov, 2006 1 commit
-
-
Javier Herrero authored
-
- 12 Oct, 2006 2 commits
-
-
Albert Vilella authored
replaced the remove/delete analysis -- shouldnt be using that unless you know what you are doing -- not advertised in the help anymore -- Albert Vilella and Michael Schuster
-
Albert Vilella authored
the deletion of the method is done in the right place now - still, be careful about using this method - Albert Vilella and Michael Schuster
-
- 29 Sep, 2006 1 commit
-
-
Albert Vilella authored
-
- 04 Sep, 2006 2 commits
-
-
Albert Vilella authored
-
Albert Vilella authored
adding a remove_analysis_id method that will DELETE FROM analysis, analysis_stats, and analysis_job table WHERE analysis_id equals the number given
-
- 12 Jun, 2006 1 commit
-
-
Javier Herrero authored
-
- 08 Jun, 2006 1 commit
-
-
Javier Herrero authored
Change: performs global cleanup after a worker dies unless no global cleanup has been explicitly requested
-
- 05 May, 2006 1 commit
-
-
Javier Herrero authored
-
- 22 Mar, 2006 1 commit
-
-
Abel Ureta-Vidal authored
-
- 17 Mar, 2006 3 commits
-
-
Javier Herrero authored
-
Abel Ureta-Vidal authored
Now takes into account lsf_pending jobs if any, before deciding to do a hard sync. Added specific exit message when beekeeper is running a specific analysis that is completed
-
Abel Ureta-Vidal authored
-
- 15 Mar, 2006 2 commits
-
-
Javier Herrero authored
-
Albert Vilella authored
-
- 14 Mar, 2006 1 commit
-
-
Kevin Howe authored
very rare circumstances, caused error messages to be sent to space
-
- 06 Mar, 2006 1 commit
-
-
Kevin Howe authored
size (flushes)
-
- 27 Feb, 2006 1 commit
-
-
Abel Ureta-Vidal authored
Committed Kathryn changes. Added runnable and output subroutine. These should make the coding of Bio::EnsEMBL::Analysis::RunnableDB and Bio::EnsEMBL::Hive::Process more alike.
-
- 03 Feb, 2006 2 commits
-
-
Abel Ureta-Vidal authored
When -logic_name is given, now only returns/creates the number of workers needed precisely for this analysis.
-
Abel Ureta-Vidal authored
Added an optional Bio::EnsEMBL::Analysis argument to get_num_needed_workers subroutine, to only get the number of workers needed for this analysis
-
- 15 Dec, 2005 1 commit
-
-
Javier Herrero authored
-
- 22 Nov, 2005 1 commit
-
-
Jessica Severin authored
design element in Worker::batch_size - old design: setting the batch_size for a worker changed the batch_size for all workers by updating the analysis_stats.batch_size of the corresponding analysis. Although this code was never triggered in the current system, it could have caused potential problems for future developers. Now setting the batch_size explicitly for a worker only effects the batch_size for that Worker instance. If it has not been set, the Worker pulls the batch_size from the analysis_stats record and optionally autocalcs from avg_msec_per_job if the batch_size<=0.
-
- 15 Nov, 2005 1 commit
-
-
Jessica Severin authored
gets large
-
- 07 Nov, 2005 1 commit
-
-
Jessica Severin authored
added a new debug printing of each job as such job_id=9050 blast_1_DEFAULT(17) retry=0 input_id='982' if the worker has debug turned on
-
- 04 Nov, 2005 2 commits
-
-
Jessica Severin authored
to use a logic_name rather than an analysis_id
-
Jessica Severin authored
removed option -analysis_stats added option -no_analysis_stats
-
- 02 Nov, 2005 1 commit
-
-
Abel Ureta-Vidal authored
-
- 25 Oct, 2005 1 commit
-
-
Jessica Severin authored
-
- 14 Oct, 2005 3 commits
-
-
Jessica Severin authored
-regfile and -regname by default it looks for the alias 'hive' in the registry if -regname is not specified
-
Jessica Severin authored
-
Jessica Severin authored
-
- 13 Oct, 2005 1 commit
-
-
Jessica Severin authored
are neither done nor failed. Changed print_stats to show remaining_job_count instead of done. Since this number now counts done to zero, it is much easier to read how much work is left to do.
-
- 01 Oct, 2005 1 commit
-
-
Jessica Severin authored
added check to test if system is DONE and stop the beekeeper if there is nothing left to do.
-