mgnipy.emgapi_v2_client.api.runs.list_runs_analyses module

mgnipy.emgapi_v2_client.api.runs.list_runs_analyses module#

async mgnipy.emgapi_v2_client.api.runs.list_runs_analyses.asyncio(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

List MGnify Analyses associated with this Run

MGnify analyses correspond to an individual Run or Assembly

Parameters:
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:

NinjaPaginationResponseSchemaMGnifyAnalysis

Return type:

NinjaPaginationResponseSchemaMGnifyAnalysis | None

async mgnipy.emgapi_v2_client.api.runs.list_runs_analyses.asyncio_detailed(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

List MGnify Analyses associated with this Run

MGnify analyses correspond to an individual Run or Assembly

Parameters:
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[NinjaPaginationResponseSchemaMGnifyAnalysis]

Return type:

Response[NinjaPaginationResponseSchemaMGnifyAnalysis]

mgnipy.emgapi_v2_client.api.runs.list_runs_analyses.sync(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

List MGnify Analyses associated with this Run

MGnify analyses correspond to an individual Run or Assembly

Parameters:
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:

NinjaPaginationResponseSchemaMGnifyAnalysis

Return type:

NinjaPaginationResponseSchemaMGnifyAnalysis | None

mgnipy.emgapi_v2_client.api.runs.list_runs_analyses.sync_detailed(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

List MGnify Analyses associated with this Run

MGnify analyses correspond to an individual Run or Assembly

Parameters:
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[NinjaPaginationResponseSchemaMGnifyAnalysis]

Return type:

Response[NinjaPaginationResponseSchemaMGnifyAnalysis]