Skip to content

Commit

Permalink
fix switched df
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Jan 17, 2025
1 parent 8ad9ac6 commit a888c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphadia/outputtransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def build_lfq_tables(
if save_fragments:
logger.info(f"Writing fragment quantity matrix to disk, filtered on {level_name}")
write_df(
lfq_df,
group_intensity_df,
os.path.join(self.output_folder, f"fragment_{level_name}filt.matrix"),
file_format=self.config["search_output"]["file_format"],
)
Expand Down

0 comments on commit a888c66

Please sign in to comment.