This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Oct 29, 2008
-
-
Javier Herrero authored
-
- Sep 22, 2008
-
-
Kathryn Beal authored
-
- Aug 14, 2008
-
-
Javier Herrero authored
FIX BUG: When requesting a specific job, the job was re-run until until the workers had run jobs for at least MIN_BATCH_TIME
-
- Jul 11, 2008
- May 28, 2008
-
-
Javier Herrero authored
-
Javier Herrero authored
-
- Apr 18, 2008
-
-
Javier Herrero authored
-
- Mar 12, 2008
-
-
Javier Herrero authored
-
- Dec 14, 2007
-
-
Albert Vilella authored
-
- Nov 16, 2007
-
-
Javier Herrero authored
-
- May 22, 2007
-
-
Albert Vilella authored
-
- Mar 07, 2007
-
-
Javier Herrero authored
Change in the monitor table: analyses -> analysis to improve auto-completion in mysql client for all the analysis_* tables.
-
- Feb 01, 2007
-
-
Javier Herrero authored
-
- Nov 16, 2006
-
-
Javier Herrero authored
-
- Oct 12, 2006
-
-
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
-
- Sep 29, 2006
-
-
Albert Vilella authored
-
- Sep 04, 2006
-
-
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
-
- Jun 12, 2006
-
-
Javier Herrero authored
-
- Jun 08, 2006
-
-
Javier Herrero authored
Change: performs global cleanup after a worker dies unless no global cleanup has been explicitly requested
-
- May 05, 2006
-
-
Javier Herrero authored
-
- Mar 22, 2006
-
-
Abel Ureta-Vidal authored
-
- Mar 17, 2006
-
-
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
-
- Mar 15, 2006
-
-
Javier Herrero authored
-
Albert Vilella authored
-
- Mar 14, 2006
-
-
Kevin Howe authored
very rare circumstances, caused error messages to be sent to space
-
- Mar 06, 2006
-
-
Kevin Howe authored
size (flushes)
-
- Feb 27, 2006
-
-
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.
-
- Feb 03, 2006
-
-
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
-
- Dec 15, 2005
-
-
Javier Herrero authored
-
- Nov 22, 2005
-
-
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.
-
- Nov 15, 2005
-
-
Jessica Severin authored
gets large
-
- Nov 07, 2005
-
-
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
-
- Nov 04, 2005
-
-
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
-