Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Nov 02, 2005
  2. Oct 25, 2005
  3. Oct 14, 2005
  4. Oct 13, 2005
  5. Oct 01, 2005
  6. Sep 26, 2005
  7. Sep 22, 2005
  8. Sep 14, 2005
  9. Aug 18, 2005
  10. Aug 16, 2005
    • Jessica Severin's avatar
      added system for job-level blocking/unblocking. This is a very fine grain · faead1e0
      Jessica Severin authored
      control structure where a process/program has been made aware of the job(s)
      they are responsible for controlling.  This is facilited via a job url:
         mysql://ia64e:3306/jessica_compara32b_tree/analysis_job?dbID=6065355
      AnalysisJobAdptor::CreateNewJob now returns this url on job creation.
      When a job is datflowed, an array of these urls is returned (one for each rule).
      Jobs can now be dataflowed from a Process subclass with blocking enabled.
      A job can be fetched directly with one of these URLs.
      A commandline utility ehive_unblock.pl has been added to unblock a url job.
      To unblock a job do:
         Bio::EnsEMBL::Hive::URLFactory->fetch($url)->update_status('READY');
      This is primarily useful in asynchronous split process/parsing situations.
      faead1e0
  11. Aug 15, 2005
  12. Aug 11, 2005
  13. Aug 09, 2005
  14. Jun 13, 2005
  15. May 26, 2005
  16. Apr 18, 2005
  17. Mar 22, 2005
  18. Mar 11, 2005
  19. Mar 08, 2005
  20. Mar 04, 2005