-
Notifications
You must be signed in to change notification settings - Fork 73
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
Question about generating IDRs from EvoDiff-Seq #48
Comments
Additionally, evodiff/evodiff/conditional_generation_msa.py Line 888 in f696cfc
this line should be evodiff/evodiff/conditional_generation_msa.py Lines 816 to 824 in f696cfc
|
Next, assume the following line is changed to evodiff/evodiff/conditional_generation_msa.py Line 888 in f696cfc
The execution will throw another error at evodiff/evodiff/conditional_generation_msa.py Line 686 in f696cfc
(Pdb) n
IndexError: index 662 is out of bounds for dimension 2 with size 201
> /home/c271831/evodiff/evodiff/conditional_generation_msa.py(686)generate_idr_msa()
-> p = preds[:, random_x, random_y, :]
(Pdb) p random_x
33
(Pdb) p random_y
662
(Pdb) p preds.shape
torch.Size([1, 64, 201, 31]) Appreciate help on getting the code running. |
I don't think this is the correct dataset (the folder should contain alignments not single fasta files) - I have messaged the authors to get the IDR alignments uploaded to their Zenodo - in the meantime please shoot me an email ([email protected]) so I can share the correct dataset with you |
Hello, I am having trouble executing the example in the Generating intrinsically disordered regions of the README file.
Per #41, I downloaded the dataset needed from https://zenodo.org/records/5146063, extracted the
human_idr_homologues.zip
, and saved it ashuman_protein_alignments
directory, so the layout of the directory looks like thisFrom the root directory of the repository, I executed and observed the following
I stepped through PDB and found these
It seems to me that
evodiff/evodiff/conditional_generation_msa.py
Line 793 in f696cfc
needs to be changed to
row['OMA_ID'] in name
. Is this correct?The text was updated successfully, but these errors were encountered: