nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/GC-AssemblyUnit.html

63 lines
No EOL
2.3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>GC-AssemblyUnit</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-AssemblyUnit</h3><pre>Defined in file <a href="genome_collection.asn.html">genome_collection.asn</a>
C++ class: <a href="../doxyhtml/classCGC__AssemblyUnit.html">CGC_AssemblyUnit</a>
GC-AssemblyUnit ::= SEQUENCE
{
-- The identifier of this assembly
-- Contains: GenColl internal id, GenColl accession.version,
-- AGP id, UCSC name, Ensembl name
-- Types of DbTags used:
-- db "GenColl", tag id <assembly-release-id>
-- db "GenColl", tag str <assembly-accession.version>
-- db "AGP", tag id <agp-sumbission-id>
-- db "GenColl_Chain", tag id <assembly-chain-id>
-- "Ensembl_name" and "UCSC_name" will not appear in the Unit level since
-- these organizations do not define assembly-units.
id SET OF <a href="Dbtag.html">Dbtag</a>,
-- 'class' defines the semantics of how to interpret this item
class INTEGER {
-- units for haploid/diploid assemblies
haploid-unit(1),
-- this unit represents one or more alternate loci for a haploid
-- assembly
alt-loci(2),
-- assembly-patch
assembly-patch(3),
-- stopper
other(255)
},
-- descriptors live in a shared data block
desc <a href="GC-AssemblyDesc.html">GC-AssemblyDesc</a>,
-- collections of molecules for this assembly
mols SET OF <a href="GC-Replicon.html">GC-Replicon</a> OPTIONAL,
-- On primary assembly-unit: here will be the unplaced sequences
-- On alt-loci: list of sequences aligned/unaligned to primary unit
other-sequences SET OF <a href="GC-TaggedSequences.html">GC-TaggedSequences</a> OPTIONAL,
-- statistics
-- "stats" field holds stats for all chromosomes combined:
-- ordered/unordered scaffolds
-- "unplaced-stats" holds stats for ChrUn which is omitted from "stats"
stats <a href="GC-SequenceStats.html">GC-SequenceStats</a> OPTIONAL,
unplaced-stats SET OF <a href="GC-Scaf-stats.html">GC-Scaf-stats</a> OPTIONAL,
unplaced-unlocalized-stats SET OF <a href="GC-Scaf-stats.html">GC-Scaf-stats</a> OPTIONAL
}</pre>
</body>
</html>