Skip to content
Snippets Groups Projects
  1. Aug 05, 2020
  2. Aug 04, 2020
    • Maximilian Press's avatar
      Fixed code creating warnings on py3 · 6798c41d
      Maximilian Press authored
      * IData_handling.genomeFastaRecovery had an extra open() of the file,
      and was reading the file without closing it, unsafely. Removed unneeded
      open().
      * main_utils.checkFastaFile was using "U" option in opening files, not
      needed and deprecated.
      * read_Coverage_res was using time.clock() in a couple of places, which
      is deprecated. replaced with time.time().
      6798c41d
  3. Aug 03, 2020
    • Maximilian Press's avatar
      Easy py2-compatible py3 updates, round 1 · dfa4e5aa
      Maximilian Press authored
      Changed _modules/ and PhageTerm.py and
      test_functions_PhageTerm_for_multi.py to use py3-style print functions.
      
      Py2-compatible due to __future__ imports.
      
      Also added both-versions compatible translate method in
      _modules/utilities.py.
      dfa4e5aa
  4. Jul 31, 2020
  5. Jun 04, 2020
  6. May 29, 2020
  7. Apr 30, 2020
  8. Apr 15, 2020
  9. Apr 10, 2020
  10. Apr 09, 2020
  11. Apr 06, 2020
  12. Mar 24, 2020
  13. Mar 23, 2020
  14. Mar 18, 2020
  15. Feb 25, 2020
  16. Feb 19, 2020
  17. Jan 29, 2020
  18. Jan 28, 2020
  19. Jan 24, 2020
  20. Jan 12, 2020
  21. Nov 15, 2019
  22. Nov 12, 2019
  23. May 09, 2019
  24. Feb 26, 2019
  25. Feb 21, 2019
  26. May 30, 2018
  27. May 29, 2018
Loading