diff options
author | Mark Sims <mark@nanorex.com> | 2008-12-20 06:07:48 +0000 |
---|---|---|
committer | Mark Sims <mark@nanorex.com> | 2008-12-20 06:07:48 +0000 |
commit | 39f3c15d8360ae61561866126a2b127fa3b6d48c (patch) | |
tree | 4916011ee80a7896ee773ef29987ca37e95f3653 | |
parent | a7b65c69532f6fa4b02dfd934eb69dacbd5b7fd3 (diff) | |
download | nanoengineer-39f3c15d8360ae61561866126a2b127fa3b6d48c.tar.gz nanoengineer-39f3c15d8360ae61561866126a2b127fa3b6d48c.zip |
Updated file docstrings.
-rw-r--r-- | cad/src/protein/ProteinSequenceEditor/Ui_ProteinSequenceEditor.py | 4 | ||||
-rw-r--r-- | cad/src/protein/commands/EditRotamers/EditRotamers_PropertyManager.py | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/cad/src/protein/ProteinSequenceEditor/Ui_ProteinSequenceEditor.py b/cad/src/protein/ProteinSequenceEditor/Ui_ProteinSequenceEditor.py index e7c8bfbbe..3b6380932 100644 --- a/cad/src/protein/ProteinSequenceEditor/Ui_ProteinSequenceEditor.py +++ b/cad/src/protein/ProteinSequenceEditor/Ui_ProteinSequenceEditor.py @@ -11,10 +11,12 @@ Urmi copied this from Ui_DnaSequenceEditor.py and modified it to suit the requirements of a protein sequence editor TODO: -- What's This descriptions. - NFR: Add "Position" field. - NFR: Load sequence for the current peptide from a FASTA file. - NFR: Save sequence for the current peptide to a FASTA file. + +BUGS: +- Typing a character in the sequence moves the cursor, skipping the next character. """ from PyQt4.Qt import QToolButton diff --git a/cad/src/protein/commands/EditRotamers/EditRotamers_PropertyManager.py b/cad/src/protein/commands/EditRotamers/EditRotamers_PropertyManager.py index 2790af4c7..dab4fc92d 100644 --- a/cad/src/protein/commands/EditRotamers/EditRotamers_PropertyManager.py +++ b/cad/src/protein/commands/EditRotamers/EditRotamers_PropertyManager.py @@ -11,17 +11,20 @@ Build > Protein mode. @copyright: 2008 Nanorex, Inc. See LICENSE file for details. TODO: -- Fix bug: Changing Chi angles doesn't update rotamer position in the GA. - Show residue label in GA of current residue, including AA and # (i.e. SER[14]). - Better messages, especially when selecting different peptides. - Include "Show entire model" checkbox in PM (checked by default). -- Sync Residue combobox and sequence editor. - Add wait (hourglass) cursor when changing the display style of proteins. - Allow user to rename current protein in the Name field. - Need to implement a validator for the Name line edit field. - Allow user to unselect the current peptide without clearing the PM (making the UI consistent with Strand Properties). - Checking "Center view on current residue" should center view immediately. + +BUGS: +- Changing Chi angles doesn't update rotamer position in the GA. +- The "Current residue" doesn't always show the previous residue when + selecting back and forth b/w peptides. """ import os, time, fnmatch, string import foundation.env as env |