gnomad_qc.v5.resources.basics
Script containing generic resources.
Module Functions
Return path to temporary QC bucket. |
|
Create a checkpoint path for Table or MatrixTable. |
|
Create a path for Hail log files. |
Script containing generic resources.
- gnomad_qc.v5.resources.basics.qc_temp_prefix(version='5.0', environment='dataproc')[source]
Return path to temporary QC bucket.
- Parameters:
version (
str
) – Version of annotation path to return.env – Compute environment, either ‘dataproc’ or ‘rwb’. Defaults to ‘dataproc’.
environment (
str
) –
- Return type:
str
- Returns:
Path to bucket with temporary QC data.
- gnomad_qc.v5.resources.basics.get_checkpoint_path(name, version='5.0', mt=False, environment='dataproc')[source]
Create a checkpoint path for Table or MatrixTable.
- Parameters:
name (
str
) – Name of intermediate Table/MatrixTable.version (
str
) – Version of annotation path to return.mt (
bool
) – Whether path is for a MatrixTable, default is False.environment (
str
) – Compute environment, either ‘dataproc’ or ‘rwb’. Defaults to ‘dataproc’.name –
mt –
- Return type:
str
- Returns:
Output checkpoint path.