| Name | Type | Description |
|---|---|---|
| name | char* | Name |
| offset | unsigned long | Offset |
| text_offset | unsigned long | Text offset |
| next | struct hash_list* | Next in list |
| Name | |
|---|---|
| INTRON | Intron |
| DIAGONAL | Diagonal in path |
| DELETE_EST | Delete in EST sequence |
| DELETE_GENOME | Delete in genome sequence |
| FORWARD_SPLICED_INTRON | Forward spliced intron |
| REVERSE_SPLICED_INTRON | Reverse spliced intron |
| Name | |
|---|---|
| NOT_A_SITE | Not a splice site |
| DONOR | Donor site |
| ACCEPTOR | Acceptor site |
| Name | Type | Description |
|---|---|---|
| gstart | ajint | Genomic start |
| estart | ajint | EST start |
| gstop | ajint | Genomic stop |
| estop | ajint | EST stop |
| score | ajint | Score |
| len | ajint | Length |
| align_path | ajint* | Path |