Skip to content

Commit

Permalink
removing project_id as parameter input
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-harper committed Jan 17, 2024
1 parent 3295307 commit ebe2689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ebe2689

Please sign in to comment.