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

74 lines
No EOL
2.3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ProjectItem</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>ProjectItem</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
C++ class: <a href="../doxyhtml/classCProjectItem.html">CProjectItem</a>
ProjectItem ::= SEQUENCE {
-- serial number - must be unique in a project (<a href="GBProject.html">GBProject</a>)
id INTEGER,
-- user-defined label
label VisibleString OPTIONAL,
-- user-defined descriptors
descr SET OF <a href="Annotdesc.html">Annotdesc</a> OPTIONAL,
-- the item we represent
item CHOICE {
-- for projects that simply import a far-pointer
id <a href="Seq-id.html">Seq-id</a>,
-- for projects that contain something else
entry <a href="Seq-entry.html">Seq-entry</a>,
-- annotation only
annot <a href="Seq-annot.html">Seq-annot</a>,
-- for submission
submit <a href="Seq-submit.html">Seq-submit</a>,
-- seq-align and seq-align-set as registered items
seq-align <a href="Seq-align.html">Seq-align</a>,
seq-align-set <a href="Seq-align-set.html">Seq-align-set</a>,
-- plugin message
-- This is deprecated. DO NOT USE THIS FIELD.
-- The original spec is: plugin <a href="PluginMessage.html">PluginMessage</a>.
-- It is intended to be removed, but a complete
-- removal will cause order shift for the rest of
-- fields in this choice, and cause deserialization
-- failure for existing ASN files since this filed is
-- in the middle of the spec.
obsolete-plugin <a href="DummyObsoleteType.html">DummyObsoleteType</a>,
-- arbitrary object (use with care!)
other <a href="AbstractProjectItem.html">AbstractProjectItem</a>,
-- PubMed ID
pmid SET OF INTEGER,
-- Taxonomy ID
taxid SET OF INTEGER,
-- Huge File Item
huge-file <a href="HugeFileProjectItem.html">HugeFileProjectItem</a>
},
--name of the plugin that can handle External Data for the project
data-plugin VisibleString OPTIONAL,
-- "folder open" state
disabled BOOLEAN OPTIONAL
}</pre>
</body>
</html>