We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106cf82 commit 042dca8Copy full SHA for 042dca8
genie/database_to_staging.py
@@ -756,7 +756,7 @@ def store_sv_files(
756
)
757
758
sv_df = sv_df[sv_df["SAMPLE_ID"].isin(keep_for_merged_consortium_samples)]
759
- sv_df = filter_out_germline_variants(input_data=sv_df)
+ sv_df = filter_out_germline_variants(input_data=sv_df, status_col_str = "SV_STATUS")
760
sv_df.rename(columns=transform._col_name_to_titlecase, inplace=True)
761
sv_text = process_functions.removePandasDfFloat(sv_df)
762
sv_path = os.path.join(GENIE_RELEASE_DIR, "data_sv.txt")
0 commit comments