Skip to content

Commit

Permalink
added TIMSTOF instrument type to output
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed May 26, 2024
1 parent ff37316 commit 77aa399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spectrum_io/d/bruker.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,6 @@ def read_and_aggregate_timstof(source: Path, tims_meta_file: Path) -> pd.DataFra
df_combined["RAW_FILE"] = source.stem
df_combined["MASS_ANALYZER"] = "TOF"
df_combined["FRAGMENTATION"] = "HCD"
df_combined["INSTRUMENT_TYPES"] = "TIMSTOF"

return df_combined

0 comments on commit 77aa399

Please sign in to comment.