ColabFold icon indicating copy to clipboard operation
ColabFold copied to clipboard

Issues using forked alphafold for modifed colabfold

Open michaelhla opened this issue 1 year ago • 3 comments

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

michaelhla avatar Oct 04 '24 00:10 michaelhla

have also tried working directly in a colab notebook but Bio.SCOP not found when running import colabfold.batch

michaelhla avatar Oct 04 '24 00:10 michaelhla

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.

milot-mirdita avatar Oct 04 '24 04:10 milot-mirdita

yeah just following instructions here, seems to be your af fork: https://github.com/sokrypton/ColabFold/blob/main/Contributing.md

michaelhla avatar Oct 04 '24 06:10 michaelhla