This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 17 Jun, 2004 6 commits
-
-
Jessica Severin authored
need that vacation ;-)
-
Jessica Severin authored
-
Abel Ureta-Vidal authored
Removed single quote around a question mark in the prepare statement. Otherwise it is not considered as an argument to be passed in the execute statement later on
-
Abel Ureta-Vidal authored
-
Jessica Severin authored
defined in the analysis_stats table
-
Jessica Severin authored
(was still using the original idea of setting batch_size as constant in the RunnableDB class). Need to deprecate that idea.
-
- 16 Jun, 2004 5 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
state of all jobs on the hive. added get_analysis method to AnalysisStates which loads the analysis for the analysis_id. Modified print_stats to produce a more descriptive table of stats.
-
Jessica Severin authored
-
Jessica Severin authored
-
- 15 Jun, 2004 1 commit
-
-
Jessica Severin authored
needed clutches and prints them for the user with 'bsub' commands which then the user can choose to run or modify
-
- 14 Jun, 2004 23 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
analyses by fetching all the control rules and checking the distributed conditions that they are all 'DONE'
-
Jessica Severin authored
analysis objects adaptor to fetch the corresponding stats object. Important to use correct db connection since the analysis objects may be network distributed across multiple databases
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
Bio::EnsEMBL::DBSQL::DBAdaptor to match symetry with core,pipeline,compara This means I can remove all 'hive' adaptors from compara now and the URLFactory now returns by default a Hive::DBSQL::DBAdaptor. This also means I can make my graph configuring runnableDBs really adaptible to run on both Pipeline and Hive systems by doing if($self->db->isa('Bio::EnsEMBL::Pipeline::DBAdaptor')) {...} if($self->db->isa('Bio::EnsEMBL::Hive::DBAdaptor')) {...}
-
Jessica Severin authored
-
Jessica Severin authored
when ALL of their conditions are 'DONE')
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
'living' workers in the hive. Also changed the way adaptors are held to avoid any problems of the type of DBAdaptor used to create the queen
-
Jessica Severin authored
added method fetch_by_needed_workers for queen to determine new worker types
-
Jessica Severin authored
-
Jessica Severin authored
so the base adaptor will be a compara DBAdaptor which inherits from the core DBAdaptor
-
Jessica Severin authored
-
- 11 Jun, 2004 1 commit
-
-
Jessica Severin authored
-
- 09 Jun, 2004 1 commit
-
-
Jessica Severin authored
-
- 08 Jun, 2004 3 commits
-
-
Jessica Severin authored
directory if one isn't specified
-
Jessica Severin authored
-
Jessica Severin authored
a machine. Very rough and not fully functional.
-