We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to test run a colabfold on a modified alphafold repo, should run batch.py on a test fasta file
alphafold.common is not recognized, modulenotimported error
follow the steps on contribute.md for local changes
Have tried updating the python path, importing manually with importlib
running on linux machine, a100, not docker compatible
The text was updated successfully, but these errors were encountered:
have also tried working directly in a colab notebook but Bio.SCOP not found when running import colabfold.batch
import colabfold.batch
Sorry, something went wrong.
Are you using our alphafold fork: https://github.com/steineggerlab/alphafold
If not please replay your changes onto our fork. ColabFold is not meant to be run with DeepMind's AF2.
yeah just following instructions here, seems to be your af fork: https://github.com/sokrypton/ColabFold/blob/main/Contributing.md
No branches or pull requests
Expected Behavior
trying to test run a colabfold on a modified alphafold repo, should run batch.py on a test fasta file
Current Behavior
alphafold.common is not recognized, modulenotimported error
Steps to Reproduce (for bugs)
follow the steps on contribute.md for local changes
Context
Have tried updating the python path, importing manually with importlib
Your Environment
running on linux machine, a100, not docker compatible
The text was updated successfully, but these errors were encountered: