1. 17 Mar, 2020 1 commit
  2. 16 Mar, 2020 1 commit
  3. 06 Feb, 2020 1 commit
  4. 10 Dec, 2019 1 commit
  5. 05 Sep, 2019 2 commits
  6. 06 Aug, 2019 1 commit
  7. 05 Aug, 2019 1 commit
  8. 03 Aug, 2019 1 commit
  9. 02 Aug, 2019 1 commit
  10. 01 Aug, 2019 1 commit
  11. 16 Jun, 2019 1 commit
  12. 15 Jun, 2019 1 commit
  13. 14 Jun, 2019 1 commit
  14. 01 Aug, 2018 1 commit
  15. 05 May, 2017 1 commit
  16. 25 Apr, 2017 1 commit
  17. 05 Jul, 2016 1 commit
  18. 09 Oct, 2015 1 commit
  19. 07 Oct, 2015 1 commit
  20. 27 Aug, 2015 1 commit
  21. 22 Apr, 2015 1 commit
  22. 10 Apr, 2015 1 commit
    • Jason Swails's avatar
      Improve CHARMM parsing when resnums have inscodes · 7b30da6e
      Jason Swails authored
      Apparently CHARMM PSF files (particularly those printed by VMD's psfgen) can
      have an insertion code tacked on to the end of the residue number, meaning that
      casting to an integer will invariably fail.  We can't just ignore the insertion
      code, though, since it will differentiate from the residues that came before and
      after (which will likely have the same number -- same general idea as insertion
      codes from PDB files). So instead we pull the insertion code off of the residue
      number and extend the Residue object to accommodate that.
      
      This is the port of the fix from ParmEd: ParmEd/ParmEd#98
      
      I added a test for this case.
      7b30da6e
  23. 23 Oct, 2014 1 commit
  24. 21 Jul, 2014 1 commit
  25. 15 Apr, 2014 1 commit
  26. 10 Apr, 2014 2 commits