pxblat.Server.query(intype: str, faName: str, *, isComplex: bool, isProt: bool) str[source]

Queries the gfServer instance with the given parameters.

Parameters:
intype : str

The type of input sequence. Must be one of “dna”, “rna”, or “protein”.

faName : str

The name of the input sequence.

isComplex : bool

Whether the input sequence is complex.

isProt : bool

Whether the input sequence is a protein sequence.

Returns:

The result of the query as a string.

Return type:

str