Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #186 from umccr/bugfix/fix-syntax-error-for-proces…
Browse files Browse the repository at this point in the history
…sing-columns

Should be comma after needs_redcap column
  • Loading branch information
alexiswl authored Nov 22, 2023
2 parents bf1f898 + 40eccc5 commit cc2f3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def get_libraries_for_processing(merged_df) -> pd.DataFrame:
"panel",
"sample_type",
"is_identified",
"needs_redcap"
"needs_redcap",
"default_snomed_term"
]

Expand Down

0 comments on commit cc2f3d3

Please sign in to comment.