-
Notifications
You must be signed in to change notification settings - Fork 92
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
feature.sh does not generate .pkl or .tfrec file from T1019s2.seq #10
Comments
Hi, |
Hi, |
I got it !! I added a line to the beginning of the feature.sh |
After a deeply study of the code i believe the line 164 of feature.py has to be change for a "continue", like this: |
I have the same issue, and I can't figure it out yet. The things that nicolasfredesfranco said didn't work :( |
@nicolasfredesfranco How can I convert a .npy file to tfrec? I want to use the generated feature file with the alphafold-implementation. Thus I need to convert it to tfrec |
You don't need the tfrec file, you can use the .npy, just rename the extension to .pkl to not change anything in the code and that's it. |
So the generated feature file (as .npy) I can use it directly as an input of the original alpha-fold CASP-13 by just changing the extension to .pkl? |
Yeah, at least for me worked well, and then with the .rr file that you will get from the alphafold.sh script, you can getthe structure using 3DFuzz, a web server for structure prediction |
Thank you for your reply. What I wanted actually the generated feature from this project and use that https://github.com/deepmind/deepmind-research/tree/master/alphafold_casp13 in this project as the input. That's why I needed the .tfrec I guess |
The problem with that project is that you can use it only for the structures used in CASP13, so I don't know how to work with it (I didn't try for that limitation) |
@nicolasfredesfranco when running the alphafold.py script did you to change the input channels that was specific to your input data. I am not too familiar with Pytorch so I am not sure how to resolve it, do you have any suggestions? |
@nicolasfredesfranco Hi, were you able to make pkl files for different proteins? I am currently implementing this model in Unity but I need some additional example pkl files. Do you have any pkl files for some small proteins that you would be prepared to share? Thanks! |
Hi,
I ran feature.sh with T1019s2.seq as input. It generated the files as follows:
But there wasn't T1019s2.pkl or T1019s2.tfrec.
Can you tell me how to correctly generate those files?
Thank you!
The text was updated successfully, but these errors were encountered: