summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sims <mark@nanorex.com>2007-08-24 18:10:50 +0000
committerMark Sims <mark@nanorex.com>2007-08-24 18:10:50 +0000
commit193e13d323944bb1fb74317ffd5dab5525881ef1 (patch)
tree62c30162e12f41822c91dfbd3b5a666349f563bd
parent608c1d27f0594efa847ccaf78f0e527d90482741 (diff)
downloadnanoengineer-193e13d323944bb1fb74317ffd5dab5525881ef1.tar.gz
nanoengineer-193e13d323944bb1fb74317ffd5dab5525881ef1.zip
-rw-r--r--cad/plugins/DNA/B-DNA/PAM5-bases/README15
1 files changed, 7 insertions, 8 deletions
diff --git a/cad/plugins/DNA/B-DNA/PAM5-bases/README b/cad/plugins/DNA/B-DNA/PAM5-bases/README
index f2f032237..bb3e44105 100644
--- a/cad/plugins/DNA/B-DNA/PAM5-bases/README
+++ b/cad/plugins/DNA/B-DNA/PAM5-bases/README
@@ -5,11 +5,10 @@ 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:
- EndBasePair.mmp
- MidBasePair.mmp
- StarBasePair.mmp
-
-Each file contains two "Ss" pseudo atoms named "a" and "b" (via Atom info
-records) that get assigned their permanent base letter when the DNA structure
-is generated. The "a" atom belongs to strand A and atom "b" is the complement
-of "a" and belongs to strand B.
+- 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 strand A and atom "b" (the complement of "a") belongs to strand B.
+