baker-laboratory / RoseTTAFold-All-Atom

Other
613 stars 108 forks source link

[issue] just following covalent modification tutorial #95

Open kimdn opened 5 months ago

kimdn commented 5 months ago

Since I can run Predicting Protein Monomers example well, I tried Predicting Covalently Modified Proteins example verbatim (i.e., reused given input files and input config).

Unfortunately, I see a jumbled backbone as a red box here Screenshot 2024-04-26 at 5 09 28 PM

I see that glycan part is modeled as HETATM at the end of result file (i.e., covalent/7s69_A.pdb), Screenshot 2024-04-26 at 5 16 38 PM, and canonical peptide bond backbone atoms in most pdb files (i.e., N, CA, C, O) are not specified (rather they are specified as just N,C,O).

Are these given input files (i.e., examples/protein/7s69_A.fasta and examples/small_molecule/7s69_glycan.sdf) and config file are same that generated RFAA paper Fig. 3-F ? Screenshot 2024-04-26 at 5 28 00 PM

Or are results of RFAA stochastic (i.e., sometimes good, sometimes bad)?

Additionally, modelled histidine structure is not linear as a red box here Screenshot 2024-04-26 at 5 10 26 PM. I've acquired non-linear histidine structure from my other personal (i.e., not RFAA official tutorial) RFAA run as well.

Overall protein structure comparison between native 7s69_A and RFAA result looks ok, but I couldn't reproduce glycan orientation/conformation as paper showed. Screenshot 2024-04-26 at 5 13 41 PM

r-krishna commented 5 months ago

there is some stochasticity because of MSA clustering, I would expect that if you ran the model multiple times you might get something closer to the example in the paper.

Re histidine: that is weird I have not seen that before. I will look into it