mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies module

mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies module#

async mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies.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 mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies.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]

mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies.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

mgnipy.emgapi_v2_client.api.runs.list_runs_assemblies.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]