mgnipy.emgapi_v2_client.api.assemblies.list_assemblies module#
- async mgnipy.emgapi_v2_client.api.assemblies.list_assemblies.asyncio(*, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all assemblies available in MGnify
Each assembly represents a collection of contigs generated by assembling sequencing reads from an
MGnify or 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:
NinjaPaginationResponseSchemaAssembly
- Return type:
- async mgnipy.emgapi_v2_client.api.assemblies.list_assemblies.asyncio_detailed(*, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all assemblies available in MGnify
Each assembly represents a collection of contigs generated by assembling sequencing reads from an
MGnify or 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[NinjaPaginationResponseSchemaAssembly]
- Return type:
- mgnipy.emgapi_v2_client.api.assemblies.list_assemblies.sync(*, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all assemblies available in MGnify
Each assembly represents a collection of contigs generated by assembling sequencing reads from an
MGnify or 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:
NinjaPaginationResponseSchemaAssembly
- Return type:
- mgnipy.emgapi_v2_client.api.assemblies.list_assemblies.sync_detailed(*, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all assemblies available in MGnify
Each assembly represents a collection of contigs generated by assembling sequencing reads from an
MGnify or 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[NinjaPaginationResponseSchemaAssembly]
- Return type: