-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add Uni-Fold Conformer (a diffusion-based conformation sampling method) #148
base: main
Are you sure you want to change the base?
Conversation
PKUfjh
commented
May 18, 2024
- Add ufconf model code.
- Add ufconf inference scripts.
- Add ufconf README file
notebooks/run_ufconf_denoise.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 3 py files are noqa by me currently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refined the scripts
unifold/dataset.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this has problem running the inference scripts, need to discuss how to refine this part of the codes
@@ -60,6 +60,10 @@ | |||
"rigid_group_default_frame", | |||
# zy | |||
"num_sym", | |||
"input_atom_positions", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 4 keywords seem never used. try removing these and see if still runnable