nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Blast4-get-sequences-request.html

30 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Blast4-get-sequences-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-sequences-request</h3><pre>Defined in file <a href="blast.asn.html">blast.asn</a>
C++ class: <a href="../doxyhtml/classCBlast4__get__sequences__request.html">CBlast4_get_sequences_request</a>
Blast4-get-sequences-request ::= SEQUENCE {
-- Name of the BLAST database from which to retrieve the sequence data
database <a href="Blast4-database.html">Blast4-database</a>,
-- Sequence identifiers for the sequence to get
seq-ids SEQUENCE OF <a href="Seq-id.html">Seq-id</a>,
-- Determines whether the returned Bioseqs should contain the sequence data
-- or not
skip-seq-data BOOLEAN DEFAULT FALSE,
-- Determines whether or not the defline of the returned Bioseqs should
-- contain only the requested seq id. This optional field only applies
-- to non-redundant BLAST database
target-only BOOLEAN OPTIONAL
}</pre>
</body>
</html>