Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Nov 07, 2005
  2. Nov 04, 2005
  3. Nov 02, 2005
  4. Oct 25, 2005
  5. Oct 14, 2005
  6. Oct 13, 2005
  7. Oct 01, 2005
  8. Sep 26, 2005
  9. Sep 22, 2005
  10. Sep 14, 2005
  11. Aug 18, 2005
  12. 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
  13. Aug 15, 2005
  14. Aug 11, 2005
  15. Aug 09, 2005
  16. Jun 13, 2005
  17. May 26, 2005
  18. Apr 18, 2005
  19. Mar 22, 2005
  20. Mar 11, 2005
  21. Mar 08, 2005
    • Jessica Severin's avatar
      consolidated local_beekeeper and lsf_beekeeper into a single script · 2d7324e7
      Jessica Severin authored
      program has evolved into being the primary portal for user interaction
      with the Hive, so 95% of functions are compute resource agnostic so it
      makes more sense to have internal switches for which compute resource to
      submit/check.  Expanded local logic to allow multiple local cpus, submit
      into background(fork), check with 'ps', kill with 'kill -9'.
      2d7324e7