Thanks for posting your step-by-step procedures: now the issue becomes quite clear.
But, as you said, both structures are using the 1st base-pair reference frame. In the case that the DNA structure is bent (like in 1BDT) using the 1st base-pair reference frame is an issue as the DNA structure is overlapping the protein structure. That is why I was asking if one could set another base-pair as reference frame.
So the answer to your question is
yes: you can set with reference to any bp-frame within the structure just by setting the option such as -6 for the 6th bp. When given two numbers, such as -6,7, the middle frame of bp step 6-7 is used to the orient the structure.
[hr:2fhadkdj][/hr:2fhadkdj]
If you ran "frame_mol -h", you will see:
-n1[,n2] base-pair serial number(s) [no spaces around ,]
and in the example session,
EXAMPLES
To set the Dickerson-Drew dodecamer CGCGAATTCGCG duplex structure
(bdl084.pdb) with its minor groove at the middle A6-T7 step facing
the viewer:
find_pair bdl084.pdb stdout | analyze
frame_mol -m -6,7 ref_frames.dat bdl084.pdb bdl084_new.pdb
Check Examples/Calladine_Drew/ subdirectory for more examples
As I mentioned in my response to your first initial post, in modeling DNA structure from a DNA-protein complex, you could divide the DNA structures into fragments: vary only those that need to change while keeping the other parts as in their original conformation (base + backbone). This would require some manual work, but is doable with the various components in 3DNA, at least in principle. Of course, this approach is purely geometric based, thus the mutated DNA structure could be distorted or has steric-clash with protein. You need to use molecular graphics based editing tools to fine tune the structure, and/or minimize it using energy calculations.
HTH,
Xiang-Jun