Xiang-Jun,
thanks.
We are analyzing a short ds DNA segment from MD simulations. The
sequence is this:
A1-T10
A2-T9
A3-T8
A4-T7
A5-T6
For some frames, the base pairs in the two ends (i.e. A1-T10, or A5-T6)
are broken and find_pair cannot find them. Therefore only information
for A2-T9, A3-T8, and A4-T7 are output. For example, the rise between
A1-T10 and A2-T9 is not printed out.
We modified some of the max allowed values in the parameters in misc_3dna.par
and redo the analysis. For example, we changed the H-bonding criterion. We have
found that if the criterion value is increased just a little, find_pair still
can not find the broken basepairs in the end. But if it's increased too
much, find_pair will find some unreasonable pairs, such as A5-T7 etc.
The problem above could be solved by finding out the "optimized H-bonding
criterion" for this particular frame, so reasonable base-pairs are found. However,
this optimized value is likely to change when one is analyzing another frame.
Thanks
Miguel