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

94 lines
No EOL
3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>GC-AssemblyDesc</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-AssemblyDesc</h3><pre>Defined in file <a href="genome_collection.asn.html">genome_collection.asn</a>
C++ class: <a href="../doxyhtml/classCGC__AssemblyDesc.html">CGC_AssemblyDesc</a>
GC-AssemblyDesc ::= SEQUENCE {
-- 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,
-- Names of the assembly
name VisibleString OPTIONAL,
submitter-name VisibleString OPTIONAL,
display-name VisibleString OPTIONAL,
long-name UTF8String OPTIONAL,
filesafe-name VisibleString OPTIONAL,
wgs-acc-prefix VisibleString OPTIONAL,
wgs-acc-number INTEGER OPTIONAL,
-- release type: RefSeq / GenBank.
release-type INTEGER {
genbank (1),
refseq(2)
} OPTIONAL,
-- release status (numeric values have gaps for possible additional states
release-status INTEGER {
new(0),
gpipe(5),
public(10),
suppressed(15),
hup(100),
withdrawn(105)
} OPTIONAL,
-- in alt-loci units - contain alignment of this sequence to the primary
-- unit
annot SET OF <a href="Seq-annot.html">Seq-annot</a> OPTIONAL,
-- Synonyms: Other releases of same assembly
synonyms SET OF <a href="GC-DbTagAlias.html">GC-DbTagAlias</a> OPTIONAL,
-- Submitter release date
submitter-date <a href="Date.html">Date</a> OPTIONAL,
-- Various attributes assigned at this level:
-- biosrc, comments, publications...
--
-- Special user-objects:
-- Internal identifiers (GCOL-1178): type str ="gencoll-misc"
-- data : 2 user fields :
-- label str "asm-name" str <contents of asm_name field>
-- label str "asm-id" int <contents of asm_id field>
-- ftp-sites: type str ="ftp-sites"
-- data : one or 2 fields, depending if both GB and RS have ftp-sites
-- label str : "genbank" or "refseq" str : path to ftp-site
-- diffs between GB / RS assemblies: type str "diff-from-synonym",
-- data label id <incrementing int> str <description of diff>
descr <a href="Seq-descr.html">Seq-descr</a> OPTIONAL ,
-- flag: is this assembly partial?
-- **NOTE: not set = not known!!
partial BOOLEAN OPTIONAL,
-- level of coverage for this assembly
-- **NOTE: not set = not known!!
coverage REAL OPTIONAL,
-- release level: Most of releases are major
release-level INTEGER {
major(0),
patch(1),
minor(2),
-- stopper
other(255)
} DEFAULT major,
-- organization which submitted this assembly.
-- populated from BioProject
submitter-organization UTF8String OPTIONAL
}</pre>
</body>
</html>