#include <TClone.h>
Public Member Functions | |
| TClone () | |
| Constructor. | |
| ~TClone () | |
| Destructor. | |
| void | remap (TVector *v) |
| Convert parsed information to TVector. | |
| void | load (wxString s) |
| Load CLONE format file. | |
| void | save (wxString s=_T("")) |
| Save CLONE format file (currently deactivated). | |
| void | loadEnzymeList (TStorage *st, wxString filename) |
| Load the CLONE format enzyme list. | |
Public Attributes | |
| TStorage * | LS |
| Pointer to the local database. | |
| bool | success |
| Errors during parsing? | |
Private Member Functions | |
| void | cleanup () |
| Reset internal state. | |
| void | parseLines (wxArrayString &v, char *t, long l) |
| Breaks text into lines. | |
| void | separateNames (wxString &s1, wxString &s2) |
| ??? | |
| int | cmp (const wxString &s1, const wxString &s2) |
| String comparison. | |
| int | a2i (wxString &s) |
| Converts string to integer. | |
Private Attributes | |
| wxString | filename |
| wxString | name |
| wxString | sequence |
| wxString | description |
| int | size |
| Sequence length. | |
| bool | isLinear |
| Linear or circular. | |
| vector< TClone_Enzyme > | enzymes |
| Temporary list of enzymes. | |
| vector< TClone_Gene > | genes |
| Temporary list of items. | |
| wxString | linear_e1 |
| wxString | linear_e2 |
| wxString | linear_s1 |
| wxString | linear_s2 |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Converts string to integer.
|
|
|
Reset internal state.
|
|
||||||||||||
|
String comparison.
|
|
|
Load CLONE format file.
|
|
||||||||||||
|
Load the CLONE format enzyme list.
|
|
||||||||||||||||
|
Breaks text into lines.
|
|
|
Convert parsed information to TVector.
|
|
|
Save CLONE format file (currently deactivated).
|
|
||||||||||||
|
???
|
|
|
|
|
|
Temporary list of enzymes.
|
|
|
|
|
|
Temporary list of items.
|
|
|
Linear or circular.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pointer to the local database.
|
|
|
|
|
|
|
|
|
Sequence length.
|
|
|
Errors during parsing?
|
1.4.1