mgnipy.emgapi_v2_client.api.genomes.genome_fragment_search module#
- async mgnipy.emgapi_v2_client.api.genomes.genome_fragment_search.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 mgnipy.emgapi_v2_client.api.genomes.genome_fragment_search.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:
- mgnipy.emgapi_v2_client.api.genomes.genome_fragment_search.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
- mgnipy.emgapi_v2_client.api.genomes.genome_fragment_search.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: