|
36 | 36 | 'GCNV': f'{Sample.DATASET_TYPE_SV_CALLS}_WES',
|
37 | 37 | Sample.DATASET_TYPE_SV_CALLS: f'{Sample.DATASET_TYPE_SV_CALLS}_WGS',
|
38 | 38 | }
|
39 |
| -USER_EMAIL = 'manage_command' |
40 | 39 | RELATEDNESS_CHECK_NAME = 'relatedness_check'
|
41 | 40 |
|
42 | 41 | PDO_COPY_FIELDS = [
|
@@ -255,7 +254,7 @@ def _load_new_samples(cls, metadata_path, genome_version, dataset_type, run_vers
|
255 | 254 | # Reload saved variant JSON
|
256 | 255 | update_projects_saved_variant_json([
|
257 | 256 | (project.id, project.guid, project.name, project.genome_version, families) for project, families in families_by_project.items()
|
258 |
| - ], user_email=USER_EMAIL, dataset_type=dataset_type, update_function=cls._update_project_saved_variant_genotypes, samples=updated_samples, clickhouse_dataset_type=clickhouse_dataset_type) |
| 257 | + ], dataset_type=dataset_type, update_function=cls._update_project_saved_variant_genotypes, samples=updated_samples, clickhouse_dataset_type=clickhouse_dataset_type) |
259 | 258 |
|
260 | 259 | @classmethod
|
261 | 260 | def _is_internal_project(cls, project):
|
@@ -390,7 +389,7 @@ def _update_individuals_sample_qc(cls, sample_type, family_guids, sample_qc_map)
|
390 | 389 | )
|
391 | 390 |
|
392 | 391 | @classmethod
|
393 |
| - def _update_project_saved_variant_genotypes(cls, project_id, genome_version, user_email, family_guids, project_guid, samples=None, clickhouse_dataset_type=None, **kwargs): |
| 392 | + def _update_project_saved_variant_genotypes(cls, project_id, genome_version, family_guids, project_guid, samples=None, clickhouse_dataset_type=None, **kwargs): |
394 | 393 | updates = {}
|
395 | 394 | for family_guid in family_guids:
|
396 | 395 | variant_models_by_key = {
|
|
0 commit comments