mgnipy.emgapi_v2_client.api.samples.list_sample_runs module

mgnipy.emgapi_v2_client.api.samples.list_sample_runs module#

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

List ENA Runs associated with this sample

Samples may be associated with one or more ENA runs. ENA runs ‘Hold raw read files and sequencing

methods’

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:

NinjaPaginationResponseSchemaAnalysedRun

Return type:

NinjaPaginationResponseSchemaAnalysedRun | None

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

List ENA Runs associated with this sample

Samples may be associated with one or more ENA runs. ENA runs ‘Hold raw read files and sequencing

methods’

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

Return type:

Response[NinjaPaginationResponseSchemaAnalysedRun]

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

List ENA Runs associated with this sample

Samples may be associated with one or more ENA runs. ENA runs ‘Hold raw read files and sequencing

methods’

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:

NinjaPaginationResponseSchemaAnalysedRun

Return type:

NinjaPaginationResponseSchemaAnalysedRun | None

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

List ENA Runs associated with this sample

Samples may be associated with one or more ENA runs. ENA runs ‘Hold raw read files and sequencing

methods’

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

Return type:

Response[NinjaPaginationResponseSchemaAnalysedRun]