Skip to content
Snippets Groups Projects
  1. Mar 25, 2025
  2. Mar 24, 2025
  3. Sep 22, 2023
  4. Sep 21, 2023
  5. Jul 28, 2022
  6. Feb 15, 2021
  7. Dec 07, 2020
  8. Nov 23, 2020
  9. Oct 20, 2020
  10. 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
  11. 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
  12. May 29, 2020
  13. Apr 06, 2020
  14. Jan 24, 2020
  15. Dec 13, 2019
  16. Nov 18, 2019
  17. Nov 15, 2019
  18. Nov 12, 2019
  19. May 09, 2019
  20. Mar 08, 2019
  21. Feb 27, 2019
  22. Feb 26, 2019
  23. Feb 19, 2019
  24. Jun 08, 2018
  25. May 29, 2018
Loading