1# EMBL/Genbank tags
2# =================
3
4#include Etags.embl
5
6Target QTEXT note
7Sequence QTEXT note
8
9comment QTEXT
10
11# GFF allows multiple values up to a semicolon.
12# we could define ANY for these special cases
13# and LIMITED for those where we know the format
14
15# We could also make ANY the default, as perhaps 'comment'
16
17# GFF also allows # comments where we could hide non-conforming tags
18# but then we lose the tag order.
19
20# new type, not yet implemented
21# can be multiple values
22#Align I3
23# Align seqstart targetstart [length]
24# start of align block in 2 seqs, length usually ignored
25# continues until end of seq or next align block
26
27#Target Q3
28#Target QTEXT start end
29#For hits, the target sequence and base range
30
31# E_value REAL
32# E_value 0.003
33# float or exp format
34