mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies module

mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies module#

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

List Assemblies associated with this Run

Assemblies generated from or including this run

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:

NinjaPaginationResponseSchemaAssemblyDetail

Return type:

NinjaPaginationResponseSchemaAssemblyDetail | None

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

List Assemblies associated with this Run

Assemblies generated from or including this run

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[NinjaPaginationResponseSchemaAssemblyDetail]

Return type:

Response[NinjaPaginationResponseSchemaAssemblyDetail]

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

List Assemblies associated with this Run

Assemblies generated from or including this run

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:

NinjaPaginationResponseSchemaAssemblyDetail

Return type:

NinjaPaginationResponseSchemaAssemblyDetail | None

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

List Assemblies associated with this Run

Assemblies generated from or including this run

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[NinjaPaginationResponseSchemaAssemblyDetail]

Return type:

Response[NinjaPaginationResponseSchemaAssemblyDetail]