27 lines
No EOL
1.1 KiB
HTML
27 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Blast4-get-seq-parts-request</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>Blast4-get-seq-parts-request</h3><pre>Defined in file <a href="blast.asn.html">blast.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCBlast4__get__seq__parts__request.html">CBlast4_get_seq_parts_request</a>
|
|
|
|
|
|
Blast4-get-seq-parts-request ::= SEQUENCE {
|
|
-- Name of the BLAST database from which to retrieve the sequence data
|
|
database <a href="Blast4-database.html">Blast4-database</a>,
|
|
-- Allows the specification of ranges of sequence data needed.
|
|
-- If the sequence(s) interval's end is 0, no data will be fetched.
|
|
-- If end is past the length of the sequence, it will be adjusted to the
|
|
-- end of the sequence (this allows fetching of the first chunk in
|
|
-- cases where the length is not yet known).
|
|
seq-locations SEQUENCE OF <a href="Seq-interval.html">Seq-interval</a>
|
|
}</pre>
|
|
</body>
|
|
</html> |