Recent Releases of pdb2pqr
pdb2pqr - v3.7.1 (2024-12-27)
Changes
- Updated Python versions to 3.11-3.13 (https://github.com/Electrostatics/pdb2pqr/issues/414)
- Linting/formatting changes (https://github.com/Electrostatics/pdb2pqr/issues/409, https://github.com/Electrostatics/pdb2pqr/issues/411, https://github.com/Electrostatics/pdb2pqr/issues/412)
- Simplified Python build system and test matrix (https://github.com/Electrostatics/pdb2pqr/issues/404, https://github.com/Electrostatics/pdb2pqr/issues/420)
- Improved test suite (https://github.com/Electrostatics/pdb2pqr/pull/379, https://github.com/Electrostatics/pdb2pqr/pull/382, https://github.com/Electrostatics/pdb2pqr/pull/410, https://github.com/Electrostatics/pdb2pqr/pull/414)
- Updated Sphinx versions (https://github.com/Electrostatics/pdb2pqr/issues/384)
Fixes
- Removed unnecessary binary (https://github.com/Electrostatics/pdb2pqr/pull/418)
- Fix module shadowing (https://github.com/Electrostatics/pdb2pqr/pull/402)
- Fixed editable installs (https://github.com/Electrostatics/pdb2pqr/pull/372)
- Documentation updates (https://github.com/Electrostatics/pdb2pqr/pull/364, https://github.com/Electrostatics/pdb2pqr/pull/366)
- Python
Published by sobolevnrm over 1 year ago
pdb2pqr - v3.6.2 (2023-12-31)
Changes
- Added warnings about ignored PROPKA options (#365)
Fixes
- Fixed problem locating files with editable installations (#6)
- Fixed broken links in documentation (#363)
Known issues
- There is a confirmed issue with naming using the CHARMM force field for uncommon protonation states (#358)
- There is a potential problem adding hydrogens to non-experimental computer-generated structures (#365)
- Python
Published by sobolevnrm over 2 years ago
pdb2pqr - v3.6.1 (2023-03-12)
Fixes
- Fixed problems with documentation build (#348)
- Python
Published by sobolevnrm over 3 years ago
pdb2pqr - v3.6.0 (2023-03-11)
Fixes
- Fix problems with protonated terminal residue naming (#301)
- Fix problem with terminal histidine protonation (#301)
Changes
- Rename
pdb2pqr30topdb2pqr. The oldpdb2pqr30executable is still available but will be deprecated in a future release. - Update Python version support for compatibility with PROPKA (#342); minimal supported Python is 3.8, highest tested is 3.11
- Eliminate need for extra temporary file (#315)
- Add support for cyclic peptides (#307)
- Python
Published by sobolevnrm over 3 years ago
pdb2pqr - v3.5.2 (2022-01-23)
Fixes
- Fixes problems with XML parsing of large files (#293)
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - 3.5.1 (2022-01-17)
Changes
- Add support for integer-only residue names (#291).
- Remove temporary files created by PDB2PQR (#286).
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - v3.5.0 (2022-01-01)
Fixes
- Addressed problem where critical failures are missed in testing (#262). This doesn't represent a change to the (documented) API but will change functionality for external code that isn't ready to handle the raised error.
- Fixed calculation of non-integer charge (#264).
- Fixed problem with missing RNA phosphate oxygens (#267).
- Fixed problem with non-optimal hydrogen bond orientation for non-bonded atoms; mainly affects water orientation. (#9).
Changes
- Supressed excessive "Tetrahedral hydrogen reconstruction not available for nucleic acids" warnings (#253).
- Increased verbosity of output (warnings and information) for missing and reconstructed atoms.
- Standardized testing and output for troubleshooting with non-integer residue charges.
- Added
HG1as alternate name for serine hydroxyl hydrogen (#214). - Removed non-functional command line version of
psize(#181). - Provided clearer error messages for unsupported MOL2 bond types (#178).
- Added
--run-longoption to tests and cleaned up test warning messages. - Updated list of visualization tools to include NGL Viewer (#38).
- Updated documentation to warn users against using more than one ligand in calculations (#23).
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - v3.4.1 (2021-12-18)
Fixes
- Fix bug for incorrect assignment of ASN HD21 and HD22 (#242)
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - v3.4.0 (2021-12-11)
Fixes
- Fix bug for wrong pKas assigned to terminal residues (#245).
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - v3.3.3 (2021-11-24)
Fixes
- Fix bug for calculating grid lengths (#254)
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - v3.3.2 (2021-11-21)
Fixes
Fix bug for application of pKa predictions to proteins with more than 999 residues (#250)
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - 3.3.1 (2021-11-13)
Fixes
- Fix bug on multi-line error string output (#241).
- Close dangling file object (#239).
- Check for integer charge over entire molecule rather than individual residues. Some nucleic acid forcefields have fractional charges--that balance--at the terminii (#234).
- Fix typographical error that affects RNA loading (#232).
- Ensure that
--versionreturns PDB2PQR version rather than PROPKA version (#231).
Changes
- Allow users to disable protonation changes for some residues (#238).
- Return error code on critical error (#227).
- Python
Published by sobolevnrm over 4 years ago
pdb2pqr - 3.2.0 (2021-08-04)
Additions
- Added documentation on how to contribute (#183).
Fixes
- Fixed problematic
PotentialBondsourcing (#206). - Fixed missing
HNatom inCYMresidue (#197). - Fixed assignment of elements in created atoms (#195).
- Fixed double-letter element PDB parsing error (#194).
- Fixed broken links in documentation (#184).
Changes
- Improved documentation of constants in modules.
- Improved handling of improperly formatted PDB records that are not
HETATMorATOM(#170, #210). - Removed versioneer (#209).
- Removed Pandas requirement (#179)
- Python
Published by sobolevnrm almost 5 years ago
pdb2pqr - 3.1.0 (2020-12-22)
Additions
- Created Sphinx documentation of usage and API at http://pdb2pqr.readthedocs.io (#88).
- New command line tools added with documentation (#163).
- Added support for reading QCD-format structure files (#137).
- Added versioneer support for versioning (#104).
- Made several APBS tools available as PDB2PQR scripts:
dx2cube(#98),inputgen(#105),psize(#106). - Added code of conduct document (#62).
Fixes
- Fixed faulty no-op logic in debumping routines (#162).
- Fixed problem with element type in PDB output (#159).
- Updated very out-of-date change log (#153).
- Fixed atom-ordering problem in PDB output (#134).
- Fixed REDVAT PDB record parsing (#119).
- Fixed broken
--apbs-inputoption (#94). - Fixed OS-specific file handing (#78).
Changes
- PDB2PKA is still removed from the code base while refactoring for a code base that is more friendly to multiple platforms.
- Added Python 3.9 to testing (#161).
- Enabled additional PROPKA output (#143).
- Moved mmCIF support to external module
mmcif-pdbx(#135). - Added formal PQR parser (#97).
- Made failure due to missing backbone atoms more graceful (#95).
- Moved some logging output from stdout/stderr to files (#74).
- Increased testing (#70, #73).
- Continued de-linting and refactoring (#56, #122).
- Python
Published by sobolevnrm over 5 years ago
pdb2pqr - 3.0.1 (2020-07-03)
Additions
- Added ability to read mmCIF files.
Fixes
- Updated URL used to fetch PDB files from RCSB.
- Fixed naming error for CYS hydrogen.
- Replaced Python pickle with portable JSON.
- Fixed packaging problem
Changes
- Upgraded to Python 3.
- Upgraded web interface.
- Upgraded to PROPKA 3.1 (and converted to :mod:
pipdependency rather than submodule). - Removed PDB2PKA support.
- Removed support for extensions.
- Significant code refactoring.
- Changed output from
printtologging. - Provided additional warnings when dropping HETATM entries.
- Improved build system.
- Increased list of proteins used in testing.
- Removed Opal support.
- Added GitHub actions for continuous integration testing.
- Python
Published by sobolevnrm over 5 years ago
pdb2pqr - PDB2PQR-2.1.1
These are notes for the current version of PDB2PQR
Please see http://www.poissonboltzmann.org/pdb2pqr/release-history for the complete release history
NEW FEATURES
- Replaced the Monte Carlo method for generating titration curves with graph cut. See http://arxiv.org/abs/1507.07021
BUG FIXES
- Added a check before calculating pKas for large interactions energies.
CHANGES
- The networkx library is now required for pdb2pka.
KNOWN BUGS
- If more than one extension is run from the command line and one of the extensions modifies the protein data structure it could affect the output of the other extension. The only included extensions that exhibit this problem are resinter and newresinter.
- Running ligands and PDB2PKA at the same time is not currently supported.
- PDB2PKA currently leaks memory slowly. Small jobs will use about twice the normally required RAM (ie ~14 titratable residues will use 140MB). Big jobs will use about 5 times the normally required RAM ( 60 titratable residues will use 480MB ). We are working to fix this.
- Python
Published by sobolevnrm almost 6 years ago
pdb2pqr - PDB2PQR 2.1.0
Please see http://www.poissonboltzmann.org/pdb2pqr/release-history for the complete release history
Notable new features:
PDB2PKA as an alternative to PROPKA for calculating pH values used to protonate residues. This feature is EXPERIMENTAL. The libraries to make this feature available are included in the binary releases. They are NOT included in the source code and are not compiled with the rest of PDB2PQR.
Improved web interface.
NEW FEATURES
- Improved look of web interface
- Option to automatically drop water from pdb file before processing.
- Integration of PDB2PKA into PDB2PQR as an alternative to PROPKA.
- Support for compiling with VS2008 in Windows.
- Option to build with debug headers.
- PDB2PKA now detects and reports non Henderson-Hasselbalch behavior.
- PDB2PKA can be instructed whether or not to start from scratch with --pdb2pka-resume
- Can now specify output directory for PDB2PKA.
- Improved error regarding backbone in some cases.
- Changed time format on querystatus page
- Improved error catching on web interface.
BUG FIXES
- Fixed executable name when creating binaries for Unix based operating systems.
- Fixed potential crash when using --clean with extensions.
- Fixed MAXATOMS display on server home page.
- PDB2PKA now mostly respects the --verbose setting.
- Fixed how hydrogens are added by PDB2PKA for state changes in some cases.
- Fixed psize error check.
- Will now build properly without ligand support if numpy is not installed.
- Removed old automake build files from all tests ported to scons.
- Fixed broken opal backend.
CHANGES
- Command line interface to PROPKA changed to accommodate PDB2PKA. PROPKA is now used with --ph-calc-method=propka. --with-ph now defaults to 7.0 and is only required if a different pH value is required.
- --ph-calc-method to select optional method to calculate pH values used to protonate titratable residues. Possible options are "propka" and "pdb2pka".
- Dropped support for compilation with mingw. Building on Windows now requires VS 2008 installed in the default location.
- Updated included Scons to 2.3.3
- PDB2PKA can now be run directly (not integrated in PDB2PQR) with pka.py. Arguments are
PDB fileandOutput directory. - No longer providing 32-bit binary builds. PDB2PKA support is too memory intensive to make this practical in many cases.
KNOWN BUGS
- If more than one extension is run from the command line and one of the extensions modifies the protein data structure it could affect the output of the other extension. The only included extensions that exhibit this problem are resinter and newresinter.
- Running ligands and PDB2PKA at the same time is not currently supported.
- PDB2PKA currently leaks memory slowly. Small jobs will use about twice the normally required RAM (ie ~14 titratable residues will use 140MB). Big jobs will use about 5 times the normally required RAM ( 60 titratable residues will use 480MB ). We are working to fix this.
- Python
Published by sobolevnrm almost 6 years ago
pdb2pqr - PDB2PQR 2.0.0
Please see http://www.poissonboltzmann.org/pdb2pqr/release-history for the complete release history
Notable new features:
PDB2PKA as an alternative to PROPKA for calculating pH values used to protonate residues. This feature is EXPERIMENTAL. The libraries to make this feature available are included in the binary releases. They are NOT included in the source code and are not compiled with the rest of PDB2PQR.
Improved web interface.
NEW FEATURES
- Improved look of web interface
- Option to automatically drop water from pdb file before processing.
- Integration of PDB2PKA into PDB2PQR as an alternative to PROPKA.
- Support for compiling with VS2008 in Windows.
- Option to build with debug headers.
- PDB2PKA now detects and reports non Henderson-Hasselbalch behavior.
- PDB2PKA can be instructed whether or not to start from scratch with --pdb2pka-resume
- Can now specify output directory for PDB2PKA.
- Improved error regarding backbone in some cases.
- Changed time format on querystatus page
- Improved error catching on web interface.
BUG FIXES
- Fixed executable name when creating binaries for Unix based operating systems.
- Fixed potential crash when using --clean with extensions.
- Fixed MAXATOMS display on server home page.
- PDB2PKA now mostly respects the --verbose setting.
- Fixed how hydrogens are added by PDB2PKA for state changes in some cases.
- Fixed psize error check.
- Will now build properly without ligand support if numpy is not installed.
- Removed old automake build files from all tests ported to scons.
- Fixed broken opal backend.
CHANGES
- Command line interface to PROPKA changed to accommodate PDB2PKA. PROPKA is now used with --ph-calc-method=propka. --with-ph now defaults to 7.0 and is only required if a different pH value is required.
- --ph-calc-method to select optional method to calculate pH values used to protonate titratable residues. Possible options are "propka" and "pdb2pka".
- Dropped support for compilation with mingw. Building on Windows now requires VS 2008 installed in the default location.
- Updated included Scons to 2.3.3
- PDB2PKA can now be run directly (not integrated in PDB2PQR) with pka.py. Arguments are
PDB fileandOutput directory. - No longer providing 32-bit binary builds. PDB2PKA support is too memory intensive to make this practical in many cases.
KNOWN BUGS
- If more than one extension is run from the command line and one of the extensions modifies the protein data structure it could affect the output of the other extension. The only included extensions that exhibit this problem are resinter and newresinter.
- Running ligands and PDB2PKA at the same time is not currently supported.
- PDB2PKA currently leaks memory slowly. Small jobs will use about twice the normally required RAM (ie ~14 titratable residues will use 140MB). Big jobs will use about 5 times the normally required RAM ( 60 titratable residues will use 480MB ). We are working to fix this.
- Python
Published by sobolevnrm almost 6 years ago
pdb2pqr - PDB2PQR 1.9.0
PDB2PQR 1.9.0
Notable new features:
Binary builds.
Binary builds do not require python or numpy be installed to use. Everything needed to run PDB2PQR is included. Just unpack and use.
OSX binaries require OSX 10.6 or newer. The OSX binary is 64-bit.
Linux binaries require CentOS 6 or newer and have been tested on Ubuntu 12.04 LTS and Linux Mint 13. If you are running 64-bit Linux use the 64-bit libraries. In some cases the needed 32-bit system libraries will not be installed on a 64-bit system.
Windows binaries are 32 bit and were built and tested on Windows 7 64-bit but should work on Windows XP, Vista, and 8 both 32 and 64-bit systems.
Windows support
PDB2PQR can now be compiled and run on Windows using MinGW32. See http://mingw.org/ for details.
Compilation with Scons
PDB2PQR now uses Scons for compilations. With this comes improved automated testing.
Please see http://www.poissonboltzmann.org/pdb2pqr/release-history for the complete release history
NEW FEATURES
- A ligand file with duplicate atoms will cause pdb2pqr to stop instead of issue a warning. Trust us, this is a feature, not a bug!
- Improved error reporting.
- Added support for reference command line option for PROPKA.
- Added newresinter plugin to provide alternate methods for calculating interaction energies between residues.
- Mol2 file handling is now case insensitive with atom names.
- PROPKA with a pH of 7 is now specified by default on the web service.
- Compilation is now done with scons.
- Verbose output now includes information on all patches applied during a run.
- Added stderr and stdout to web error page.
- Added warning to water optimization when other water is ignored.
- Command line used to generate a pqr is now duplicated in the comments of the output.
- Added support for NUMMDL in parser.
- Added complete commandline feature test. Use complete-test target.
- Added propka support for phosphorous sp3. - Thanks to Dr. Stefan Henrich
- Added a PyInstaller spec file. Standalone pdb2pqr builds are now possible.
BUG FIXES
- Rolled back change that prevented plugins from interfering with each other. Large proteins would cause a stack overflow when trying to do a deep copy.
- Updated INSTALL file to reflect no more need for Fortran.
- Fixed apbs input file to match what web interface produces.
- Fixed user specified mobile ion species not being passed to apbs input file.
- Removed ambiguous A, ADE, C, CYT, G, GUA, T, THY, U, URA as possible residue names.
- Removed eval from pdb parsing routines.
- Updated web links to refer to http://www.poissonboltzmann.org where appropriate.
- Fixed hbond extension output to include insertion code in residue name.
- Fixed debumping routines not including water in their checks. Fixes bad debump of ASN B 20 in 1gm9 when run with pH 7.0.
- Fixed debumping failing to use best angle for a specific dihedral angle when no tested angles are without conflict.
- Fixed debumping using asymmetrical cutoffs and too large cutoffs in many checks involving hydrogen.
- Fixed debumping accumulating rounding error while checking angles.
- Fixed inconsistencies in pdb parsing. - Thanks to Dr. Stefan Henrich
- Fixed problems with propka handling of aromatic carbon/nitrogen. - Thanks to Dr. Stefan Henrich
- Fixed case where certain apbs compile options would break web visualization.
- Fixed improper handling of paths with a '.' or filenames with more than one '.' in them.
CHANGES
- Removed numpy from contrib. The user is expected to have numpy installed and available to python at configuration.
- Support for numeric dropped.
KNOWN BUGS
- If more than one extension is run from the command line and one of the extensions modifies the protein data structure it could affect the output of the other extension. The only included extensions that exhibit this problem are resinter and newresinter.
- Python
Published by sobolevnrm almost 6 years ago