Skip to content

Internal msfinder update#555

Merged
YukiMatsuzawa merged 22 commits intomasterfrom
internalMsfinder_update
May 7, 2025
Merged

Internal msfinder update#555
YukiMatsuzawa merged 22 commits intomasterfrom
internalMsfinder_update

Conversation

@Bujee415
Copy link
Copy Markdown
Collaborator

@Bujee415 Bujee415 commented May 2, 2025

No description provided.

@Bujee415 Bujee415 requested review from YukiMatsuzawa and Copilot May 2, 2025 10:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces internal updates for the MS-FINDER integration and various refactorings and renamings to improve the codebase’s consistency. Key changes include:

  • Adding a temporary ShortMessageWindow popup in multiple view models during MS-FINDER command execution.
  • Refactoring of InternalMsFinderSingleSpot to use view model types and updating method calls to use new file storage utilities.
  • Renaming and updating of various methods and properties in the common libraries (e.g. FragmentAssigner and FormulaResult) for consistency.

Reviewed Changes

Copilot reviewed 22 out of 24 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/MSDIAL5/MsdialGuiApp/ViewModel/* Introduces ShortMessageWindow popups in several view models for background notifications.
src/MSDIAL5/MsdialGuiApp/Model/Search/InternalMsFinderSingleSpot.cs Updates to use view-model types and simplifies message popup behavior.
src/Common/CommonStandard/Utility/FileStorageUtility.cs Updates AdductIon API usage.
src/Common/CommonStandard/StructureFinder/* Renames methods (e.g. GetDabaseQueries) and updates adduct ion retrieval calls.
src/Common/CommonStandard/StructureFinder/Result/FragmenterResult.cs Adds a new property (FragmenterScore) with initialization.
src/Common/CommonStandard/FormulaGenerator/* Fixes method naming for fragment assigners and uses the new List initializer syntax.
src/Common/CommonStandard/Components/SpectrumPeak.cs Adds a new property for FragmentationScore.
Files not reviewed (2)
  • src/MSDIAL5/MsdialGuiApp/View/Search/InternalMsFinderSingleSpotView.xaml: Language not supported
  • src/MSDIAL5/MsdialGuiApp/View/Setting/InternalMsfinderSettingView.xaml: Language not supported
Comments suppressed due to low confidence (1)

src/Common/CommonStandard/StructureFinder/MainProcess.cs:63

  • [nitpick] The method name 'GetDabaseQueries' contains a misspelling. It may be clearer to rename it to 'GetDatabaseQueries' for better readability.
var dbQueries = GetDabaseQueries(param.DatabaseQuery);

Bujee415 and others added 2 commits May 2, 2025 19:11
…odel.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@YukiMatsuzawa YukiMatsuzawa merged commit 98ec9d9 into master May 7, 2025
9 checks passed
@YukiMatsuzawa YukiMatsuzawa deleted the internalMsfinder_update branch May 7, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants