This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Sep 30, 2004
-
-
Jessica Severin authored
-
- Sep 27, 2004
-
-
Jessica Severin authored
isn't a corresponding Analysis entry in the analysis table
-
Jessica Severin authored
-
Jessica Severin authored
-
- Sep 23, 2004
-
-
Jessica Severin authored
-
- Sep 22, 2004
-
-
Jessica Severin authored
-
Jessica Severin authored
Estentially a mini filesystem so that data that would normally be stored in NFS files and referenced via a path, can now be stored in the database and referenced via a dbID. Data is a LONGTEXT. Can be used to store configuration data, paramater strings, BLOSSUM matrix data, uuencode of binary data .....
-
- Aug 31, 2004
-
-
Ian Longden authored
-
- Aug 27, 2004
-
-
Ian Longden authored
Added get_available_adaptors to get the pairs of name / adaptor modules. This should make it easier to read etc
-
- Aug 14, 2004
-
-
Jessica Severin authored
-
- Aug 11, 2004
-
-
Jessica Severin authored
-
Jessica Severin authored
an analysis if one of it's conditions are not fullfilled. Needed for case when system is done, and new data is flowed through the system (progressive runs).
-
Jessica Severin authored
-
- Aug 10, 2004
-
-
Jessica Severin authored
each cycle of loop. This is to even out the start/stop waves to make it easier for others to get jobs started on LSF and to reduce the startup mysql load that can happen when 700 workers all birth at once. Defaults to 50 (every 5 minutes), but can be altered with -wlimit option
-
- Aug 09, 2004
-
-
Jessica Severin authored
worker request by number of jobs PENDing to prevent excessive queuing of workers.
-
- Aug 07, 2004
-
-
Jessica Severin authored
If not a clean exit, it will record it as a FATALITY and reset it's jobs right away.
-
- Aug 06, 2004
-
-
Jessica Severin authored
should also specify logic_name or analysis_id so that the input_id is run on the correct analysis. Doesn't insert job into database. Designed for testing RunnableDB's but may prove useful in other contexts.
-
Jessica Severin authored
added methods reset_job and global_cleanup to Bio::EnsEMBL::Pipeline::RunnableDB via category extension. Worker calls global_cleanup on it's runnableDB after all jobs are done.
-
Jessica Severin authored
-
- Aug 04, 2004
-
-
Jessica Severin authored
-
- Aug 03, 2004
-
-
Jessica Severin authored
turn disconnect ON, when there will be lots of them and they have moments when there will be little DB activity. The new disconnect system disconnects so much, that it's slower than before, so must use sparingly.
-
Jessica Severin authored
output jobs) is it needs a fast database, so don't disconnect_when_inactive
-
Jessica Severin authored
-
Jessica Severin authored
created new() methods where needed, replaced throw, rearrange as needed
-
- Aug 02, 2004
-
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
If type is defined in url string, that will take precedence. Bio::EnsEMBL::Hive::URLFactory->fetch($url, 'compara'); #defaults to compara DBA Bio::EnsEMBL::Hive::URLFactory->fetch($url); #defaults to hive DBA
-
Jessica Severin authored
-
Jessica Severin authored
inherit from them (as in $dba->dbc->)
-
Jessica Severin authored
eg: mysql://ensro@ecs4:3352/ensembl_compara_22_1;type=compara current types are (core, hive, compara, pipeline) (default is hive) Also changed to a global class instance so that cleanup can be automatic via DESTROY method. Deprecated cleanup method.
-
- Jul 29, 2004
-
-
Ian Longden authored
-
- Jul 27, 2004
-
-
Jessica Severin authored
as DONE now with LSF, and EXIT will be reserved for true failure cases
-
- Jul 21, 2004
-
-
Jessica Severin authored
blocking can occurr both at the job level and the analysis level. To block and unblock at the job level will require specific analyses to determine logic, and will not be implemented in a generic way within the hive system.
-
- Jul 16, 2004
-
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
on failure and retry_count>=5. Also changed Queen analysis summary to classify an analysis as 'DONE' when all jobs are either DONE or FAILED and hence allow the processing to proceed forward.
-
- Jul 15, 2004
-
-
Jessica Severin authored
it syncs and displays a full summary of the state of the hive including what workers were overdue, how many are needed, and what workers are running. Also changed the check_for_dead to use the LSF bjobs command since I now store an LSF job_id and array_index in the process_id for LSF workers. Also changed the overdue time limit to 75minutes since the expected lifetime is 60minutes.
-
Jessica Severin authored
as well also set the beekeeper to LSF. Commented this.
-
Jessica Severin authored
to prevent excessive workers from saturating the system.
-