This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 09 Dec, 2004 1 commit
-
-
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
-
- 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
-
- 18 Nov, 2004 1 commit
-
-
Jessica Severin authored
-
- 09 Nov, 2004 1 commit
-
-
Jessica Severin authored
which takes a hash ref as a parameter and returns a string which can be evaled back to the hash. $hash_ref = eval(encode_hash($hash_ref));
-
- 27 Oct, 2004 1 commit
-
-
Jessica Severin authored
so that branch_code is set explicitly rather than replying on the return value of the write_output method. Switched Worker.pm to use this value.
-
- 20 Oct, 2004 1 commit
-
-
Jessica Severin authored
-
- 04 Oct, 2004 1 commit
-
-
Jessica Severin authored
if one isn't in the database
-
- 06 Aug, 2004 1 commit
-
-
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.
-
- 02 Aug, 2004 1 commit
-
-
Jessica Severin authored
-
- 14 Jun, 2004 2 commits
-
-
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
-
- 08 Jun, 2004 1 commit
-
-
Jessica Severin authored
-
- 07 Jun, 2004 2 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.
-
- 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
-