blob: ab652d8c939d4afee7b6d4a1d46b20115bf5d889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$Id: $
Copyright 2006-2007 Nanorex, Inc. See LICENSE file for details.
These files are used by Dna.py to create PAM-5 DNA structures in the
CAD program:
- StartBasePair.mmp
- MiddleBasePair.mmp
- EndBasePair.mmp
- SingleBasePair.mmp
Each file contains two "Ss" (Sugar) pseudo atoms named "a" and "b" (via the
new Atom "dnaBaseName" info records) which get assigned their permanent
base letters when the DNA structure is generated (see Dna.make()).
The "a" atom belongs to "Strand1" and atom "b" (the complement of "a") belongs
to "Strand2".
|