mgnipy.emgapi_v2_client.api.samples.list_sample_runs module#
- async 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:
- async 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:
- 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:
- 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: