localcolabfold icon indicating copy to clipboard operation
localcolabfold copied to clipboard

Question: Is there an "msaonly" module?

Open fglaser opened this issue 1 year ago • 0 comments

This is a question related to a software that uses localcolabold installation, which is trying to my understanding to use a module that does not exist or is not found by default. Here is the output from the program I am using:

Traceback (most recent call last): File "/data/software/SpeedPPI/./src/run_alphafold_some_vs_some.py", line 31, in from alphafold.data import msaonly ImportError: cannot import name 'msaonly' from 'alphafold.data' (/data/software/localcolabfold/colabfold-conda/lib/python3.10/site-packages/alphafold/data/init.py)

So should 'msaonly' module found in the localcolabfold installation? Is there any way of installing this module?

Thanks a lot, Fabian Technion, Israel


What is your installation issue?

Describe your question here.

Computational environment

  • OS: [e.g. Ubuntu 22.04, Windows10 & WSL2, macOS...]
  • CUDA version if Linux (Show the output of /usr/local/cuda/bin/nvcc --version.)

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

fglaser avatar Nov 11 '23 11:11 fglaser