1. 09 Aug, 2021 1 commit
    • Augustin Zidek's avatar
      Remove tri-sulfite bond formation. (#3203) · e41e8e3e
      Augustin Zidek authored
      * Remove tri-sulfite bond formation.
      
      Pdbfixer attempts to add di-sulfide bonds to any pair of CYS "S" atoms that are less than 3 A. This procedure fails when multiple such bonds are assigned to a given atom. 
      
      Here we rectify this issue by a greedy algorithm: Atom I is chosen to be bonded to `argmin(distance([:I-1, I])` over all candidate di-sulfide bonds. This procedure will not generally result in a set of minimal distance di-sulfide bonds, but will fix the "tri-sulfide bond" problem. Fixing the more general case would require a solution to global constraint satisfaction problem.
      
      **Legal**
      This patch is provided under the CC0 license (https://creativecommons.org/share-your-work/public-domain/cc0/).
      This is not an officially-supported Google product. It is provided ‘as-is’ without any warranty of any kind, whether expressed or implied.
      
      * Update topology.py
      
      Remove a redundant comment.
      e41e8e3e
  2. 04 Aug, 2021 1 commit
  3. 28 Jul, 2021 1 commit
  4. 05 Jul, 2021 1 commit
  5. 30 Jun, 2021 1 commit
  6. 21 Jun, 2021 1 commit
  7. 20 Jun, 2021 1 commit
  8. 17 Mar, 2021 1 commit
  9. 12 Mar, 2021 2 commits
  10. 10 Mar, 2021 1 commit
  11. 09 Mar, 2021 1 commit
  12. 04 Mar, 2021 2 commits
  13. 28 Feb, 2021 1 commit
  14. 09 Feb, 2021 1 commit
  15. 06 Feb, 2021 1 commit
  16. 01 Feb, 2021 1 commit
  17. 25 Jan, 2021 1 commit
  18. 15 Jan, 2021 1 commit
  19. 11 Jan, 2021 1 commit
  20. 05 Jan, 2021 2 commits
  21. 04 Jan, 2021 1 commit
  22. 02 Jan, 2021 1 commit
  23. 25 Dec, 2020 1 commit
  24. 20 Dec, 2020 1 commit
  25. 24 Nov, 2020 1 commit
  26. 24 Sep, 2020 1 commit
  27. 23 Sep, 2020 1 commit
  28. 16 Sep, 2020 1 commit
  29. 18 Aug, 2020 1 commit
  30. 08 Aug, 2020 1 commit
  31. 28 Jul, 2020 1 commit
  32. 16 Jul, 2020 1 commit
  33. 01 Jul, 2020 1 commit
  34. 26 Jun, 2020 2 commits
  35. 25 Jun, 2020 1 commit
  36. 24 Jun, 2020 1 commit