Haddox / score_monomeric_designs

Computational pipeline for scoring protein designs using a variety of biophysical metrics
3 stars 1 forks source link

PyRosetta Version #19

Open Getmo112 opened 4 months ago

Getmo112 commented 4 months ago

I've noticed that the "score_designs.py" uses the serialization version of PyRosetta, but the yml file specifies python 3.5 for which there no serialized version of PyRosetta exists. Could you clarify which version of PyRosetta to use?

Getmo112 commented 4 months ago

I should clarify, exists insofar as is available in the previous distributions of PyRosetta: https://graylab.jhu.edu/download/PyRosetta4/archive/release/

Haddox commented 3 months ago

Hi Getmo112, thanks for raising this issue. I have moved on from the Baker lab, and I do not believe that anyone is currently maintaining the code in this repository, unfortunately. My suggestion would be to update the conda environment encoded in the YML file to use a newer version of Python, so that it is compatible with current versions of PyRosetta. I hope that helps.