Skip to content

Conversation

nbollis
Copy link
Member

@nbollis nbollis commented Nov 27, 2024

PR Summary

This pull request introduces new features for handling pruned databases and generalizes terminology to support a broader range of biopolymers.

  • DictionaryExtensions.cs: Introduced DictionaryExtensions class with AddOrCreate method.
  • PrunedDatabaseWriter.cs: Added static class for writing modification-annotated databases asynchronously and handle the switch between RNA and Protein.
  • PostSearchAnalysisTask.cs: Generalized terminology from "peptide" to "bioPolymer" and methods for pruned database construction.
  • Program.cs and MainWindow.xaml.cs: Added event handler for PrunedDatabaseWriter.FinishedWritingFileHandler.
  • SearchTaskWindow.xaml and SearchTaskWindow.xaml.cs: Added UI elements and bindings for pruned database settings.

This is an experimental branch. The database writing by more evidence does not necessarily need to go into MetaMorpheus. This PR was posted to allow Claire to get an artifact. Incorporation into the main branch can wait until the utility of such a method has been validated.

@nbollis nbollis added Output Enhancement WIP Work in progress, not ready for review labels Nov 27, 2024
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 90.36545% with 29 lines in your changes missing coverage. Please review.

Project coverage is 93.94%. Comparing base (fee5a0c) to head (fffd174).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
...eus/TaskLayer/SearchTask/PostSearchAnalysisTask.cs 88.40% 20 Missing and 9 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2444      +/-   ##
==========================================
+ Coverage   93.81%   93.94%   +0.12%     
==========================================
  Files         141      144       +3     
  Lines       22002    22099      +97     
  Branches     3015     3026      +11     
==========================================
+ Hits        20642    20760     +118     
+ Misses        910      893      -17     
+ Partials      450      446       -4     
Files with missing lines Coverage Δ
...aMorpheus/EngineLayer/Util/DictionaryExtensions.cs 100.00% <100.00%> (ø)
...heus/TaskLayer/SearchTask/PrundedDatabaseWriter.cs 100.00% <100.00%> (ø)
...aMorpheus/TaskLayer/SearchTask/SearchParameters.cs 100.00% <100.00%> (ø)
...eus/TaskLayer/SearchTask/PostSearchAnalysisTask.cs 94.78% <88.40%> (+0.81%) ⬆️

... and 4 files with indirect coverage changes

@nbollis nbollis force-pushed the TestClaireDatabasePruning branch from 2dc2073 to fffd174 Compare January 9, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output Enhancement WIP Work in progress, not ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant