Closed DimaMolod closed 1 year ago
Hi Dima, unfortunately I don't own a mac.. Would you mind trying to use it on other linux systems? Alternatively, I can help you cut your structures if there are not many.
Alternatively, you can really just try to run AlphaCutter in the base environment. AlphaCutter only uses these packages:
import numpy as np
import pandas as pd
from biopandas.pdb import PandasPdb
from argparse import ArgumentParser
import glob
from Bio.PDB import PDBParser
from Bio.PDB.DSSP import DSSP
from scipy import stats
import pcmap
import itertools
import networkx as nx
import re
import os
Then, install each package whenever python says not found. For pcmap, you can install according to their repo: https://github.com/MMSB-MOBI/pcmap
Thank you, Johnny, you are right and the problem originated from pcmap installation. I opened an issue there, and hope they fix the problem. I consider integrating AlphaCutter into our pipeline so once I'll do a few tests I will get back to you :)
Hi, and thanks for this nice software! I tried to install the conda env from the environment.yml both on MacOS Ventura 13.5 and CentOS 8.7 and got the following errors: On Mac:
On Linux:
Seems like ccmap is causing a problem? Could you recommend how I should properly install the conda environment? Thank you!
Best, Dima