Hi Majid,
You may want to use '[mono:4xhr4aus]fiber[/mono:4xhr4aus]' to generate a duplex DNA of specific sequence, and then extract only chain A either manually, or with the simple Perl script '[mono:4xhr4aus]pdb_frag[/mono:4xhr4aus]'. Here is an example, [red:4xhr4aus]red[/red:4xhr4aus] text means user input:
[pre:4xhr4aus][red:4xhr4aus]fiber my_seq.pdb[/red:4xhr4aus]
Structure #4; Twist: 36.0 (degrees); Rise: 3.375 (Angstrom)
Input your base sequence with only A,C,G & T:
1. From a data file (complete sequence)
2. From keyboard (enter only the repeating sequence)
Your choice (1 or 2, Dft: 2): [red:4xhr4aus]ENTER[/red:4xhr4aus] # to use the default option
Repeating unit (Dft: A): [red:4xhr4aus]ACGGGTTTTAAAAACCTTTA[/red:4xhr4aus] # type your sequence
Repeating unit: ACGGGTTTTAAAAACCTTTA
Number of repeats (Dft: 10): [red:4xhr4aus]1[/red:4xhr4aus] # just repeat once of the sequence
# Now use RasMol or whatever your preferred viewer to display the duplex structure.
[red:4xhr4aus]pdb_frag A 1:20 my_seq.pdb my_ssDNA.pdb[/red:4xhr4aus]
# my_ssDNA.pdb may be what you want. Again, display it in RasMol.[/pre:4xhr4aus]
Of course, the above procedure could look cryptic and scary for GUI-driven point-and-click users. However, once you know what you are doing, it is easy to write a script to automate the process to ensure quick and reproducible computational 'experiments'.
Just play around to get more familiar with 3DNA. A good starting point could be to
reproduce the reported results in the 2008 3DNA Nature Protocols paper to have a feeling of 3DNA has to offer. Do not hesitate to ask if you have any questions.
Xiang-Jun