Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 24, 2025
1 parent 042dca8 commit 15d943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genie/database_to_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def store_sv_files(
)

sv_df = sv_df[sv_df["SAMPLE_ID"].isin(keep_for_merged_consortium_samples)]
sv_df = filter_out_germline_variants(input_data=sv_df, status_col_str = "SV_STATUS")
sv_df = filter_out_germline_variants(input_data=sv_df, status_col_str="SV_STATUS")
sv_df.rename(columns=transform._col_name_to_titlecase, inplace=True)
sv_text = process_functions.removePandasDfFloat(sv_df)
sv_path = os.path.join(GENIE_RELEASE_DIR, "data_sv.txt")
Expand Down

0 comments on commit 15d943a

Please # to comment.