Blast4-get-sequences-request
Defined in file blast.asn
C++ class: CBlast4_get_sequences_request
Blast4-get-sequences-request ::= SEQUENCE {
-- Name of the BLAST database from which to retrieve the sequence data
database Blast4-database,
-- Sequence identifiers for the sequence to get
seq-ids SEQUENCE OF Seq-id,
-- 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
}