Skip to content

POPS* Home

Jens Kleinjung edited this page Sep 8, 2018 · 9 revisions

Download

You may download the latest release here:

Install

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.

Cite

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:

Servers

We have web servers running for POPS* and POPSCOMP. You may input a PDB identifier or upload your own PDB structure.

Issues

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.

Clone this wiki locally