mgnipy.emgapi_v2_client.api.genomes.genome_fragment_search module#
- async asyncio(*, client)[source]#
Search genomes by short sequence and annotate with MGnify metadata
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
GenomeFragmentSearchOut
- Parameters:
client (AuthenticatedClient | Client)
- Return type:
GenomeFragmentSearchOut | None
- async asyncio_detailed(*, client)[source]#
Search genomes by short sequence and annotate with MGnify metadata
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[GenomeFragmentSearchOut]
- Parameters:
client (AuthenticatedClient | Client)
- Return type:
- sync(*, client)[source]#
Search genomes by short sequence and annotate with MGnify metadata
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
GenomeFragmentSearchOut
- Parameters:
client (AuthenticatedClient | Client)
- Return type:
GenomeFragmentSearchOut | None
- sync_detailed(*, client)[source]#
Search genomes by short sequence and annotate with MGnify metadata
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[GenomeFragmentSearchOut]
- Parameters:
client (AuthenticatedClient | Client)
- Return type: