-
Notifications
You must be signed in to change notification settings - Fork 2
POPS* Home
You may download the latest release here:
POPS* comes with INSTALL instructions. Briefly, you need to have the GNU Make program installed and run these instructions on the command line:
tar -zxvf pops-?.?.?.tar.gz (replace the '?'s with the version numbering)
cd pops-?.?.?
./bootstrap (or ./reconf)
./configure
make
make check (optional)
make install (as root user)
The make command creates the pops program (binary file) src/pops. The make install command copies that file to /usr/local/bin, which is not strictly needed, but convenient to have it in the default path of executables.
There are many more configuration options like MPI parallelisation, please consult the INSTALL file.
Run the command
pops --cite
for a list of citations related to the POPS* program and servers.
POPS* releases are linked to Zenodo and can be cited via their DOI:
We have web servers running for POPS* and POPSCOMP. You may input a PDB identifier or upload your own PDB structure.
If you encounter any issue with POPS* or POPSOMP, please raise that in the Issues tab on this GitHub page and don't forget to provide sufficient information for debugging, for example the input file and error output of the problematic run.