Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Direct binding of MS-FINDER added (#444)
* Add MolecularFormulaFinder test * Add FormulaSearchQuery * Add InternalMsfinderSettingModel class * Add InternalMsfinderSettingView class * Add InternalMsfinderSettingViewModel class * Add IAdductIonSettingModel interface * Add FormulaFinderAdductIonSettingModel class * Add FormulaFinderAdductIonSettingViewModel class * Add a button to MainWindow to show InternalMsfinderSettingView * Add CCS setting to IntrenalMsfinderSettingView.xaml * Add src/Common/CommonStandard/StructureFinder/* * Add ClassfireProtocol.cs * Add PubRestProtocol.cs * Add Newtonsoft.Json packagereference to CommonStandard.csproj * Modify FormulaResultParcer.cs * Modify FormulaFinderAdductIonSettingModel * Add FormulaFinderAdductIonSettingView * Add FilePath property to AlignmentFileBeanModel * Add MsfinderQueryFile class * Modify InternalMsfinderSettingModel constructor * Add Cancel method to InternalMsfinderSettingModel * Modify MainWindowModel, MainWindowVM and MainWindow.xaml.cs * Add call site of InternalMsfinderSettingModel constructor to LcmsMethodModel constructor * Modify RT and CCS settings of InternalMsfinderSettingView * Add call site of the InternalMsfinderSettingViewModel constructor to LcmsMethodViewModel constructor * Add StructureFinderBatchProcess class * Add Process method to InternalMsfinderSettingModel * Add Run and Cancel commands to InternalMsfinderSettingViewModel * Add Run and Cancel buttons to InternalMsfinderSettingView * Add a button to show InternalMsfinderSettingView to LcmsRibbon.xaml * Added MSFINDER files * Deleted one of two msfinder button * Deleted test button of msfinder * Cleaned space * Added InternalMsfinderModel/ViewModel to the InternalMsfinderSettingModel/ViewModel * Updated InternalMsfinder files (binding of metabolite list and metadata) * Added selected metabolite changes * Updated MsfinderView * Updated QueryFiles of MsfinderSettingModel * Changed QueryFiles of Msfinder * Changed Msfinder item source to .mat files of MsfinderSetting export * Added spectrum info * Added MS spectrum view into the Msfinder * Added Collision energy * Added Formula file reader * Made simpler formula list valence checker * Added find formula * Updated file url of MsdialGuiApp * Cleared unused rows * Added structure finder function * Added single spot MS-FINDER * Updated binding of Msfinder single spot search * Added direct single search of structure finder * Updated structure search function * Updated metadata of msfinder * Added structure image of selected one * Added msfinder radio buttons * Updated msfinder naming and minor changes * WIP * Clean up * Add AxisRange.Union static method * Changed MsSpectrumModel (ms2 vs ref) * Changed defualt option of spectrum viewer * Updated substructure viewer of Msfinder * Added fsea result view * Fsea viewer update * Code clean up * Updated around the function of reflecting to msdial * Code clean up and small changes * Fix MolecularFormulaFinderTests * Add Msfinder datasource * Update MoleculeMsReferenceCollection * Add MsfinderSearcherFactory * Use MsfinderSearcherFactory * Fix identification setting for msfinder database * Update MainWindow.xaml.cs * Update DatasetModel.Method property --------- Co-authored-by: kanakohirata <[email protected]> Co-authored-by: Yuki Matsuzawa <[email protected]> Co-authored-by: Bujinlkham BUYANTOGTOKH <[email protected]>
- Loading branch information