mgnipy.emgapi_v2_client.api.runs.get_analysed_run module#
- async mgnipy.emgapi_v2_client.api.runs.get_analysed_run.asyncio(accession, *, client)[source]#
Get the detail of a single analysed run
Get the detail of a single analysed run in the MGnify database.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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:
AnalysedRunDetail
- Return type:
AnalysedRunDetail | None
- async mgnipy.emgapi_v2_client.api.runs.get_analysed_run.asyncio_detailed(accession, *, client)[source]#
Get the detail of a single analysed run
Get the detail of a single analysed run in the MGnify database.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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[AnalysedRunDetail]
- Return type:
- mgnipy.emgapi_v2_client.api.runs.get_analysed_run.sync(accession, *, client)[source]#
Get the detail of a single analysed run
Get the detail of a single analysed run in the MGnify database.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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:
AnalysedRunDetail
- Return type:
AnalysedRunDetail | None
- mgnipy.emgapi_v2_client.api.runs.get_analysed_run.sync_detailed(accession, *, client)[source]#
Get the detail of a single analysed run
Get the detail of a single analysed run in the MGnify database.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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[AnalysedRunDetail]
- Return type: