27 lines
No EOL
1.2 KiB
HTML
27 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>GCClient-GetEquivalentAssembliesRequest</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>GCClient-GetEquivalentAssembliesRequest</h3><pre>Defined in file <a href="gencoll_client.asn.html">gencoll_client.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCGCClient__GetEquivalentAssembliesRequest.html">CGCClient_GetEquivalentAssembliesRequest</a>
|
|
|
|
|
|
GCClient-GetEquivalentAssembliesRequest ::= SEQUENCE {
|
|
accession VisibleString,
|
|
equivalency INTEGER {
|
|
paired-strict (1), -- Paired assembly, if identical
|
|
paired (2), -- Paired assembly, if exists, even if not identical
|
|
same-coordinates (3), -- All assemblies with same major release and same type (Gb/<a href="Rs.html">Rs</a>)
|
|
all-types-same-coordinates(4), -- All assemblies with same major release, both Gb and <a href="Rs.html">Rs</a>.
|
|
major-release (5) -- Major release of assembly, same type
|
|
}
|
|
}</pre>
|
|
</body>
|
|
</html> |