You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, a segment length of 9 residues won't cover cases where the sequence separation equals 9. I printed all the residue IDs used in fragment_memory_term and found that the largest sequence separation is 8.
So I would like to propose using 10 instead of 9 as segment length when creating the fragment memory library.
Hi
I think the segment length should be 10 instead of 9 in fragment memory (fragmentLength).
https://github.com/npschafer/openawsem/blob/master/openawsem/scripts/mm_create_project.py#L287
Given that we have min_seq_sep=3 and max_seq_sep=9, the sequence separation (seq_sep) should between 3 and 9.
https://github.com/npschafer/openawsem/blob/master/openawsem/functionTerms/templateTerms.py#L71
However, a segment length of 9 residues won't cover cases where the sequence separation equals 9. I printed all the residue IDs used in fragment_memory_term and found that the largest sequence separation is 8.

So I would like to propose using 10 instead of 9 as segment length when creating the fragment memory library.
Please let me know if I missed something.
@luwei0917 @npschafer
The text was updated successfully, but these errors were encountered: