This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 14 Jun, 2004 13 commits
-
-
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 11 commits
-
-
Jessica Severin authored
directory if one isn't specified
-
Jessica Severin authored
-
Jessica Severin authored
a machine. Very rough and not fully functional.
-
Jessica Severin authored
this logic into the Queen
-
Jessica Severin authored
and summarizes it's state via analysis_stats.
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
are bound to analysis rather than being distinct
-
Jessica Severin authored
-
Jessica Severin authored
setter analysis share the same adaptor (same database) then use the logic_name as the url rather than a full url.
-
Jessica Severin authored
added default values of 1 to batch_size and hive_capacity
-
- 07 Jun, 2004 3 commits
-
-
Jessica Severin authored
-
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.
-
Jessica Severin authored
-
- 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.
-
- 02 Jun, 2004 4 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin authored
Should output into a file and register as a analysis_job_file.
-
- 01 Jun, 2004 1 commit
-
-
Jessica Severin authored
-
- 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
-