Defined in file seq.asn
C++ class: CSeq_gap
Seq-gap ::= SEQUENCE {
type INTEGER {
unknown(0),
fragment(1), -- Deprecated. Used only for AGP 1.1
clone(2), -- Deprecated. Used only for AGP 1.1
short-arm(3),
heterochromatin(4),
centromere(5),
telomere(6),
repeat(7),
contig(8),
scaffold(9),
contamination(10),
other(255)
},
linkage INTEGER {
unlinked(0),
linked(1),
other(255)
} OPTIONAL,
linkage-evidence SET OF Linkage-evidence OPTIONAL
}