GC-TaggedSequences
Defined in file genome_collection.asn
C++ class: CGC_TaggedSequences
GC-TaggedSequences ::= SEQUENCE
{
state INTEGER {
not-set(0), -- error
placed (1), -- exist only within a replicon. placed sequences
-- on higher sequence
unlocalized (2) , -- exist only within a replicon. "random" on a
-- given chromosome
unplaced (3), -- exist only on primary/diploid assembly-unit.
-- unknown chromosome
aligned (4), -- exist only on alt-loci/patch units. List all
-- aligned (eg cross-placed) sequences.
-- (unaligned are listed as unlocalized).
bits (6) -- exist only on primary/diploid unit. if need to
-- report low-level contigs
},
seqs SET OF GC-Sequence
}