mgnipy.emgapi_v2_client.api.samples.list_sample_assemblies module#
- async mgnipy.emgapi_v2_client.api.samples.list_sample_assemblies.asyncio(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List assemblies associated with this sample
Samples may be associated with one or more assemblies. Assemblies are collections of contigs
generated from sequencing reads.
- 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:
- async mgnipy.emgapi_v2_client.api.samples.list_sample_assemblies.asyncio_detailed(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List assemblies associated with this sample
Samples may be associated with one or more assemblies. Assemblies are collections of contigs
generated from sequencing reads.
- 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:
- mgnipy.emgapi_v2_client.api.samples.list_sample_assemblies.sync(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List assemblies associated with this sample
Samples may be associated with one or more assemblies. Assemblies are collections of contigs
generated from sequencing reads.
- 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:
- mgnipy.emgapi_v2_client.api.samples.list_sample_assemblies.sync_detailed(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List assemblies associated with this sample
Samples may be associated with one or more assemblies. Assemblies are collections of contigs
generated from sequencing reads.
- 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: