Skip to content
New issue

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

chains.txt not found? #25

Closed
decortja opened this issue Jun 21, 2024 · 2 comments
Closed

chains.txt not found? #25

decortja opened this issue Jun 21, 2024 · 2 comments

Comments

@decortja
Copy link

Hello, and thanks for making AlphaLink2! Seems like a really exciting tool.

I am trying to use a single inter-chain crosslink in a heterodimer. I upload the fasta and crosslink files fine, but the notebook fails at the "AlphaLink prediction on GPU" step, with the following output regarding chains.txt being missing:

/usr/local/lib/python3.10/dist-packages/unifold/colab/data.py in load_feature_for_one_target(config, data_folder, seed, is_multimer, use_uniprot, symmetry_group)
    141     else:
    142         uniprot_msa_dir = data_folder
--> 143         sequence_ids = open(os.path.join(data_folder, "chains.txt")).readline().split()
    144 
    145     batch, _ = load_and_process(

FileNotFoundError: [Errno 2] No such file or directory: './prediction/5T35_1_dede7/chains.txt'

How can this be corrected?

@lhatsk
Copy link
Collaborator

lhatsk commented Jun 22, 2024

Thanks for reporting this! I submitted a fix, should be working now.

@decortja
Copy link
Author

Excellent, thank you! That cell is working. Now encountering a separate issue on the "prediction on GPU" cell, but I will close this issue and make a separate one for that.

@lhatsk lhatsk closed this as completed Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants