From ebe2689bb95bea2555b09ea1f7044dc51b151da7 Mon Sep 17 00:00:00 2001 From: Michael Harper Date: Wed, 17 Jan 2024 15:17:09 +1100 Subject: [PATCH] removing project_id as parameter input --- scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py b/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py index babf925ce..761c502df 100644 --- a/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py +++ b/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py @@ -81,7 +81,7 @@ class RowData: will be `ext_id1-test`, `ext_id2-test`, etc. ''', ) -def main(project: str, project_id: int, sample_path_mappings: str, suffix: str): +def main(project: str, sample_path_mappings: str, suffix: str): # Read the CSV file into a dictionary ext_id_to_row = {} with to_path(sample_path_mappings).open() as f: