Format of the text file:
The text file must be tab delimited file. The text file can contain one ore more generic annotation properties. Each property block must start with these 3 lines: the PROPERTY, ID and TYPE line in this order.
The actual values are the protein codes followed by the annotation data. Again the protein code in the first column is speperated by a tabulator character.
Lines that start with a # or are empty are ignored.
Example text file with two annotation properties.:
>PROPERTY | |
ID | scopfold |
TYPE | symbolic |
gi_123 | d.f2 |
gi_345 | c.1 |
>PROPERTY | |
ID | designability |
TYPE | numeric |
gi_123 | 3 |
gi_345 | 0.1 |
... |
Attention: As names and as values
only strings that are valid XML names or values are allowed. Special characters
like umlauts are NOT allowed.