1. 24 Oct, 2023 1 commit
  2. 18 Oct, 2023 1 commit
  3. 11 Oct, 2023 1 commit
  4. 10 Oct, 2023 3 commits
  5. 06 Oct, 2023 1 commit
  6. 04 Oct, 2023 3 commits
  7. 03 Oct, 2023 1 commit
  8. 29 Sep, 2023 2 commits
  9. 27 Sep, 2023 4 commits
  10. 19 Sep, 2023 1 commit
  11. 14 Sep, 2023 2 commits
  12. 11 Aug, 2023 1 commit
  13. 09 Aug, 2023 4 commits
  14. 01 Aug, 2023 1 commit
  15. 31 Jul, 2023 2 commits
  16. 20 Jul, 2023 1 commit
  17. 07 Jul, 2023 1 commit
  18. 22 Jun, 2023 2 commits
  19. 21 Jun, 2023 1 commit
  20. 16 Jun, 2023 1 commit
    • Several small changes for improving installation. · 8d766d4d
      There is not any algorithmic changes in this version.
      However, I made the following changes to make Python
      and Docker installations better:
      1-I changed base ubuntu from 20.04 to 22.04.
      2-dssp 4.0 in Ubuntu 22.04 have a shitty requirement
       of CRYST record in the pdb file. Therefore, I manually
       installed dssp 3.
      3-I needed at least Python 3.9 for importlib.resources
        and I made the required changes both in setup.py and
        Dockerfile for that.
      Mustafa Tekpinar authored
  21. 13 Jun, 2023 1 commit
  22. 11 Jun, 2023 1 commit
  23. 08 Jun, 2023 1 commit
    • Removed ESGEMME_PATH dependecy for R files. · 0c7fe1f3
      Since esgemme calls two R scripts, namely
      pred.R and computePred.R, to do the calculations,
      I added them as package resource. They are copied
      to the folder where ESGEMME is initiated. I'm
      trying to remove this kind of path dependencies
      to make the program automatically installable and
      portable.
      Mustafa Tekpinar authored
  24. 07 Jun, 2023 1 commit
  25. 06 Jun, 2023 2 commits