Skip to content

Commit

Permalink
remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Sep 16, 2024
1 parent f61c576 commit 52bb441
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alphadia/outputtransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ def lfq(

_intensity_df.sort_values(by=group_column, inplace=True, ignore_index=True)

_intensity_df.to_csv(
"/Users/georgwallmann/Downloads/intensity_df.tsv", sep="\t", index=False
)

lfq_df = lfqutils.index_and_log_transform_input_df(_intensity_df)
lfq_df = lfqutils.remove_allnan_rows_input_df(lfq_df)

Expand Down

0 comments on commit 52bb441

Please sign in to comment.