<!DOCTYPE HTML>
<html>
<head>
<title>GC-Genome</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
  jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>GC-Genome</h3><pre>Defined in file <a href="genome_collection.asn.html">genome_collection.asn</a>
C++ class: <a href="../doxyhtml/classCGC__Genome.html">CGC_Genome</a>


GC-Genome ::= SEQUENCE
{
    -- Gencoll identifier for this genome
    id SET OF <a href="Dbtag.html">Dbtag</a>,

    -- project ID for this genome
    -- this is the ID for this asssembly and may reflect the submitter/source
    projects SET OF <a href="GC-Project.html">GC-Project</a> OPTIONAL,

    -- Various attributes assigned at this level:
    -- biosrc, comments, publications...
    descr <a href="Seq-descr.html">Seq-descr</a> OPTIONAL ,

    -- official list of chromosome names
    -- this should be the complete expected set of chromosomes
    -- regardless of whether they are represented in *any*
    -- genomic part
    chr-names SET OF VisibleString OPTIONAL,

    -- the bits that make up this genome
    -- this preserves the expected display order
    parts SET OF <a href="GC-GenomicPart.html">GC-GenomicPart</a>

}</pre>
</body>
</html>