#include <TUReadSeq.h>
Public Member Functions | |
| TUReadSeq (wxString _filename=_T("")) | |
| Constructor. | |
| ~TUReadSeq () | |
| void | getFormat () |
| Try to determine format. | |
| int | getSequenceNames () |
| Get the names of the sequences. | |
| void | getSequences () |
| Get the sequences. | |
| void | convert (TGenBank &gb) |
| Convert the sequences to GenBank format. | |
Static Public Member Functions | |
| static int | getSeqType (wxString t) |
| Return the sequence type. | |
Public Attributes | |
| short | error |
Private Attributes | |
| wxString | filename |
| Name of source file. | |
| short | format |
| short | numseqs |
| long | skiplines |
| wxArrayString | seq_names |
| wxArrayString | seqs |
|
|
Constructor.
|
|
|
|
|
|
Convert the sequences to GenBank format.
|
|
|
Try to determine format.
|
|
|
Return the sequence type.
|
|
|
Get the names of the sequences.
|
|
|
Get the sequences.
|
|
|
|
|
|
Name of source file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1