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

Minor fixes in setup scripts #202

Merged
merged 5 commits into from Aug 12, 2022
Merged

Conversation

timodonnell
Copy link
Contributor

Fixing a few very minor issues I encountered setting up openfold using the instructions in the README:

  • Disable SSL certificate checking for a few domains that were giving me issues
  • Handle an error case in scripts/utils.py get_nvidia_cc more gracefully
  • Unzip uniref30_2103.tar.gz after download

Also, I changed numpy.int to builtin int (numpy indicates this is always safe) in residue_constants.py to get rid of a deprecation warning while running unit tests

@gahdritz gahdritz merged commit 4d513bb into aqlaboratory:main Aug 12, 2022
@gahdritz
Copy link
Collaborator

Thanks Tim!

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.

None yet

2 participants