-
Notifications
You must be signed in to change notification settings - Fork 10
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
NO binding modes in pdb and csv files generated in the output of Analysis #89
Comments
@sheng19331 Hey, Yes the default threshold for the interactions that would be taken into account for generating the Binding Modes is 40%. Could you look at the barcodes to see if you have barcodes above 40% and if it is not the case you can reduce the threshold by using the -b option in openmmdl_analysis so that it would be: Best, |
Thanks for your reply. Best |
@sheng19331 Ah my bad I thought there were no interactions above 40% but now I see, Best, |
Hi @sheng19331 , the top_10_csv and representative frame PDB files will only be written out when adding the "-rep True" flag, as calculating the most representative frame for each b-mode is relatively time-consuming. So to fix your issue, just add "-rep True" to your initial input, and then the files will be generated. I hope this helps (and the documentation will be fixed soon 😄). Best regards, |
Great! Thanks for figuring out the problem. yeah, as you said. it would be better to add this option in the documentation. |
Hi
Thanks for the great tool!
I have tested the script for some of our samples. I think all the remaining parts works fine for me. Only for the output of the binding modes, i could not get neither the summary top_10 csv file in the working folder or the pdb files in the folder of Binding_Modes_Markov_States. Does it have some thresholds for generating such files? Could you help me to figure out the problem? Since those functionality would be important for me to analyse my results. Thanks.
The text was updated successfully, but these errors were encountered: