Dumped on 2005-02-28
General infos
| F-Key | Name | Type | Description |
|---|---|---|---|
| itype | text |
Info type |
|
| rtype | text |
Result type |
|
| name | text |
Name |
|
| descr | text |
Description |
| User | |||||||
|---|---|---|---|---|---|---|---|
| bioroot | |||||||
| biouser |
Table for my nucleotides
| F-Key | Name | Type | Description |
|---|---|---|---|
| id | integer |
PRIMARY KEY
Nucleotide ID (PK) |
|
| name | text |
UNIQUE
NOT NULL
Name of the entry |
|
| descr | text |
NOT NULL
Description |
|
| seq | text |
NOT NULL
The sequence |
|
| type | text |
NOT NULL
Type: cds|vector|primer... |
|
| fid | integer |
FID from myprots if applable |
|
| map_file | character varying(128) |
Map-file (dir: biolocal/mynucs) |
|
| mcs_file | character varying(128) |
MCS-file (dir: biolocal/mynucs) |
| User | |||||||
|---|---|---|---|---|---|---|---|
| bioroot | |||||||
| biouser |
Table for my patterns
| F-Key | Name | Type | Description |
|---|---|---|---|
| id | integer |
PRIMARY KEY
Mintazat/pattern ID (PK) |
|
| name | text |
UNIQUE
NOT NULL
Name of the entry |
|
| descr | text |
NOT NULL
Description |
|
| pattern | text |
NOT NULL
ProSite/RegExp pattern |
| User | |||||||
|---|---|---|---|---|---|---|---|
| bioroot | |||||||
| biouser |
Table for my proteins
| F-Key | Name | Type | Description |
|---|---|---|---|
| id | integer |
PRIMARY KEY
Feherje/protein ID |
|
| name | text |
UNIQUE
NOT NULL
Name of the entry |
|
| descr | text |
NOT NULL
Description |
|
| seq | text |
NOT NULL
The sequence |
|
| nid | integer |
NID from mynucs if applable |
| User | |||||||
|---|---|---|---|---|---|---|---|
| bioroot | |||||||
| biouser |
Generated by PostgreSQL Autodoc