This is a fork of PDB-REDO/dssp that we distribute through the statphysbio anaconda channel.
conda install dssp -c statphysbio
To make a new conda release (for example, to add support for x86 macOS, Windows, etc):
- Get a computer with the architecture/OS you want to target
- Find the statphysbio anaconda API key (https://anaconda.org/statphysbio/dashboard > statphybio [top right] > settings > access > scroll to GitHubActions at the bottom > view)
- Clone this repo and cd into it
export ANACONDA_API_TOKEN="XXXX"
conda install conda-build anaconda-client
conda build devtools/conda-build --no-test --output-folder ./build -c conda-forge
anaconda upload --user "statphysbio" ./build/{your arch}/dssp-{version}.tar.bz