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

OSError #128

Open
bhavaygg opened this issue Aug 24, 2020 · 0 comments
Open

OSError #128

bhavaygg opened this issue Aug 24, 2020 · 0 comments

Comments

@bhavaygg
Copy link

Bug Report

Code Sample, a copy-pastable example if possible

import rstoolbox as rs
import matplotlib.pyplot as plt
baseline = rs.io.get_sequence_and_structure('4u0g.pdb')
print(baseline)

Problem description

Cannot run basic script

Expected Output

  File "bla2.py", line 5, in <module>
    baseline = rs.io.get_sequence_and_structure('4u0g.pdb')
  File "C:\Python\lib\site-packages\rstoolbox\io\rosetta.py", line 850, in get_sequence_and_structure
    exe = make_rosetta_app_path('rosetta_scripts')
  File "C:\Python\lib\site-packages\rstoolbox\utils\tools.py", line 315, in make_rosetta_app_path
    raise IOError("The expected Rosetta executable {0} is not found".format(exe))
OSError: The expected Rosetta executable C:\Users\Bhavay\rosetta_scripts.winccrelease is not found

Output of rstoolbox.show_versions()

[paste the output of rstoolbox.show_versions() here below this line]
yaml: 5.3
pandas: 0.25.3
seaborn: 0.9.0
libconfig: 0.9.2
six: 1.13.0
networkx: 2.4
None

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

No branches or pull requests

1 participant