Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker #62

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Docker #62

merged 3 commits into from
Mar 13, 2024

Conversation

stephenturner
Copy link
Contributor

Adds a Dockerfile, docker build and usage instructions.

I had difficulty compiling this and its dependencies on a Debian 10 system (old CMake, gcc, etc).

Build the image yourself:

docker build -t dssp .

Or pull from Docker Hub:

docker pull stephenturner/dssp && docker tag stephenturner/dssp dssp

Usage:

docker run --rm dssp
Usage: mkdssp [options] input-file [output-file]
  --output-format arg        Output format, can be either 'dssp' for classic 
                             DSSP or 'mmcif' for annotated mmCIF. The default 
                             is chosen based on the extension of the output 
                             file, if any.
  --min-pp-stretch arg (=3)  Minimal number of residues having PSI/PHI in range 
                             for a PP helix, default is 3
  --write-other              If set, write the type OTHER for loops, default is 
                             to leave this out
  --no-dssp-categories       If set, will suppress output of new DSSP output in 
                             mmCIF format
  --calculate-accessibility  Default is to not calculate the surface 
                             accessibility when the output format is mmCIF
  --mmcif-dictionary arg     Path to the mmcif_pdbx.dic file to use instead of 
                             default
  -h [ --help ]              Display help message
  --version                  Print version
  -v [ --verbose ]           verbose output
  --quiet                    Reduce verbose output to a minimum

@mhekkel mhekkel merged commit 24c657e into PDB-REDO:trunk Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants