This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 07 Feb, 2005 1 commit
-
-
Jessica Severin authored
-debug <level> : turn on debug messages at <level> -no_cleanup : don't perform global_cleanup when worker exits
-
- 04 Feb, 2005 6 commits
-
-
Jessica Severin authored
better debug system to allow worker to control analysis debug level new batch_size method will use avg_msec_per_job to calculate batch_size on the fly if analysis_stat.batch_size==0
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
keep analysis_job.input_id as varchar(255) to allow UNIQUE(analysis_id,input_id) but in adaptor added logic so that if input_id in AnalysisJob object exceeds the 255 char limit to store/fetch from the analysis_data table. The input_id in the analysis_job table becomes '_ext_input_analysis_data_id ##' which is a unique internal variable to trigger the fetch routine to know to get the 'real' input_id from the analysis_data table. NO MORE 255 char limit on input_id and completely transparent to API user.
-
Jessica Severin authored
if the hash keys/values are the same.
-
Jessica Severin authored
to AnalysisStats object and store/fetch of avg_msec_per_job from analysis_stats table. Corresponds to schema change. Old hive databases need to do this sql to bring them up to spec; alter table analysis_stats add column avg_msec_per_job int(10) default 0 NOT NULL after batch_size; alter table analysis_stats modify column last_update datetime NOT NULL;
-
- 02 Feb, 2005 1 commit
-
-
Jessica Severin authored
analysis_stats.avg_msec_per_job int modified analysis_stats.last_update to a datetime so that it is only changed when the API tells it to.
-
- 01 Feb, 2005 1 commit
-
-
Jessica Severin authored
-
- 28 Jan, 2005 1 commit
-
-
Abel Ureta-Vidal authored
In run_autonomously method, updated a queen method call to print_running_worker_status. It was wrongly print_worker_status
-
- 19 Jan, 2005 1 commit
-
-
Jessica Severin authored
-
- 18 Jan, 2005 5 commits
-
-
Jessica Severin authored
to 'LOADING' to trigger sync so system knows that something changed
-
Jessica Severin authored
-failed_jobs : show all failed jobs -reset_job_id <num> : reset a job back to READY so it can be rerun -reset_all_jobs_for_analysis_id <num>
-
Jessica Severin authored
-
Jessica Severin authored
added method reset_all_jobs_for_analysis_id to facilitate re-flowing data through new dataflow rules. extended perldoc changed the 'retry count' to 7 (so runs 1 + 7 retrys)
-
Jessica Severin authored
-
- 13 Jan, 2005 5 commits
-
-
Jessica Severin authored
thus allowing the RunnableDBs to do tracking of output data to the specific analysis_job_id
-
Jessica Severin authored
-
Jessica Severin authored
Initially used to manually re-run a job with runWorker.pl -job_id
-
Jessica Severin authored
and Analysis::RunnableDB superclasses
-
Jessica Severin authored
-
- 12 Jan, 2005 1 commit
-
-
Jessica Severin authored
properly handle RunnableDBs that throw exceptions in the fetch_input stage.
-
- 11 Jan, 2005 6 commits
-
-
Jessica Severin authored
changed INSERT syntax to be more SQL compliant
-
Jessica Severin authored
changed INSERT syntax to be more SQL compliant
-
Jessica Severin authored
-
Jessica Severin authored
changed INSERT syntax to be more SQL compliant
-
Jessica Severin authored
-
Jessica Severin authored
-
- 08 Jan, 2005 2 commits
-
-
Abel Ureta-Vidal authored
Set the OUTPUT_AUTOFLUSH=1 to get info immediately when in -loop mode. Also print out the time when the next loop will occur
-
Abel Ureta-Vidal authored
In synchronize_AnalysisStats method, added a POSIX::ceil when setting the num_required_workers for an AnalysisStats object
-
- 07 Jan, 2005 1 commit
-
-
Will Spooner authored
-
- 06 Jan, 2005 1 commit
-
-
Jessica Severin authored
-
- 14 Dec, 2004 2 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
-
- 13 Dec, 2004 1 commit
-
-
Jessica Severin authored
used to always store a full URL
-
- 10 Dec, 2004 1 commit
-
-
Jessica Severin authored
-
- 09 Dec, 2004 3 commits
-
-
Jessica Severin authored
in AnalysisStatsAdaptor::fetch_by_analysis_id
-
Jessica Severin authored
modified Bio::EnsEMBL::Analysis::stats to not do any exception catching if AnalysisStatsAdaptor->fetch_by_analysis_id fails there is something very wrong and the exception should propogate out and cause the program to fail
-
Jessica Severin authored
-
- 30 Nov, 2004 1 commit
-
-
Jessica Severin authored
Bio::EnsEMBL::Analysis::RunnableDB via namespace extension syntax so that hive system can use analysis.modules that inherit from Bio::EnsEMBL::Analysis::RunnableDB
-