Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspershen committed Sep 25, 2024
1 parent 6da559f commit 77a9a52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: metid
Title: Metabolite identification based on MS1 and MS2 spectra
Version: 1.2.33
Version: 1.2.34
Date: 2024-09-10
Authors@R: c(
person(given = "Xiaotao",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,7 @@

* Fix bugs.

# Version 1.2.34 (2024-09-25)

* Fix bugs.

3 changes: 2 additions & 1 deletion R/6_zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ extract_ms1_info <-
ms2_spectrum_id = paste(temp_ms2_data_id, temp_ms2_data@ms2_spectrum_id, sep = "_"),
mz = temp_ms2_data@ms2_mz,
rt = temp_ms2_data@ms2_rt,
ms2_files_id = temp_ms2_data@ms2_file,
# ms2_files_id = temp_ms2_data@ms2_file,
ms2_files_id = temp_ms2_data_id,
variable_id = temp_ms2_data@variable_id
)
}
Expand Down

0 comments on commit 77a9a52

Please sign in to comment.