danid77
danid77
Hello, I tried running the following code using your example for the Docker-based msa-search, but encountered an error. ``` import requests import json MSA_HOST = 'http://0.0.0.0:8701' def main(): NIM_URL_FULL_PATH =...
Hello, I'm trying to set up the HiMap environment using the following YAML file: https://github.com/MobleyLab/HiMap/blob/main/devtools/conda-envs/himap_env.yml However, when I attempt to create the environment, the process gets stuck at the "Solving...
Hello, Thank you for providing the ADMET-AI tool and related resources. After reviewing the ADMET-AI paper and the GitHub repository, I would like to clarify a few points regarding the...
Hello, I’m currently encountering a segmentation fault when running sample_for_pdb.py. The script crashes immediately at the line from sample import * with the error message: Segmentation fault (core dumped). The...