This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 14 Jun, 2004 4 commits
-
-
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
'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
-
- 08 Jun, 2004 3 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
this logic into the Queen
-
Jessica Severin authored
and summarizes it's state via analysis_stats.
-
- 07 Jun, 2004 1 commit
-
-
Jessica Severin authored
URL's to specify analysis objects from mysql databases distributed across a network. AnalysisJobAdaptor was switched to create jobs with a cless method that gets the db connection from the analysis object that is passed. Thus the system now exists in a distributed state. The dataflow rule also implements branching via the branch_code. SimpleRule will be deprecated.
-
- 04 Jun, 2004 1 commit
-
-
Jessica Severin authored
workers) and added methods for reseting jobs for a lost worker. $queen->register_worker_death($worker) without a defined cause_of_death will register worker as a FATALITY and reset its unfinished jobs.
-
- 27 May, 2004 1 commit
-
-
Jessica Severin authored
the analysis table/object. New object class and tables includes a good guess of what kind of stats I'll need for the Queen to monitor a hive Also cleaned up some bugs caused by the extraction from compara.
-
- 25 May, 2004 1 commit
-
-
Jessica Severin authored
-