NAMD System Preparation Tool
Pestifer is a fully automated simulation-ready MD system preparation tool, requiring as inputs only biomolecular structures (e.g., PDB IDs, PDB files, mmCIF files, alphafold IDs) and a handful of customization parameters, to generate NAMD-compatible input files (PSF, PDB, and xsc). It is basically a highly functionalized front end for VMD's psfgen utility. It also has a few handy subcommands for working with NAMD output.
pip install pestiferOnce installed, the user has access to the main pestifer command.
Pestifer also requires access to the following executables:
namd3andcharmrunvmdandcatdcdpackmol
Pestifer includes a copy of the July 2024 Charmm36 force field.
Please visit readthedocs for full documentation.
See the CHANGELOG for full details.
https://github.com/cameronabrams
Pestifer is maintained by Cameron F. Abrams.
Pestifer is distributed under the MIT license. See LICENSE for more information.
Pestifer was developed with support from the National Institutes of Health via grants GM100472, AI154071, and AI178833.
- Fork it (https://github.com/cameronabrams/pestifer/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request