Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Sep 19, 2023
1 parent 195234a commit deb67ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/utilities/task_czgenepi_wrangling.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ task czgenepi_wrangling {
print("DEBUG: checking if private_id column was set")
if "~{private_id_column_name}" == "~{terra_table_name}_id":
metadata["Private ID"] = metadata["~{private_id_column_name}"]
metadata["Private ID"] = metadata.loc[:, "~{private_id_column_name}"]
else:
metadata.rename(columns={"~{private_id_column_name}": "Private ID"}, inplace=True)
Expand Down

0 comments on commit deb67ef

Please sign in to comment.