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

Commit

Permalink
Should be comma after needs_redcap column
Browse files Browse the repository at this point in the history
Resolves #185
  • Loading branch information
alexiswl committed Nov 22, 2023
1 parent bf1f898 commit 40eccc5
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 40eccc5

Please sign in to comment.