Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Oct 04, 2004
  2. Sep 30, 2004
    • Jessica Severin's avatar
      modified analysis_job table : replaced input_id varchar(100) with · 2be90ea9
      Jessica Severin authored
      input_analysis_data_id int(10) which joins to analysis_data table.
      added output_analysis_data_id int(10) for storing output_id
      External analysis_data.data is LongText which will allow much longer
      parameter sets to be passed around than was previously possible.
      AnalysisData will also allow processes to manually store 'other' data and
      pass it around via ID reference now.
      2be90ea9
    • Jessica Severin's avatar
      debugged syntax · 49fed033
      Jessica Severin authored
      49fed033
  3. Sep 27, 2004
  4. Sep 23, 2004
  5. Sep 22, 2004
  6. Aug 31, 2004
  7. Aug 27, 2004
  8. Aug 14, 2004
  9. Aug 11, 2004
  10. Aug 10, 2004
  11. Aug 09, 2004
  12. Aug 07, 2004
  13. Aug 06, 2004
  14. Aug 04, 2004
  15. Aug 03, 2004
  16. Aug 02, 2004
  17. Jul 29, 2004
  18. Jul 27, 2004
  19. Jul 21, 2004
  20. Jul 16, 2004
  21. Jul 15, 2004
    • Jessica Severin's avatar
      added method to show_overdue_workers so now when run without other options · fd570c6a
      Jessica Severin authored
      it syncs and displays a full summary of the state of the hive including
      what workers were overdue, how many are needed, and what workers are running.
      Also changed the check_for_dead to use the LSF bjobs command since I now
      store an LSF job_id and array_index in the process_id for LSF workers.
      Also changed the overdue time limit to 75minutes since the expected lifetime
      is 60minutes.
      fd570c6a