-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DIA search workflow UI changes (#3134)
- reworked DIA workflow radio button to work with and without DIA-Umpire - added DIA-Umpire checkbox to converter settings page, which is now always shown for DIA workflow - added GPF checkbox to extract chromatograms page, which is now always shown for DIA workflow - fixed MsFraggerSearchEngine to fill in percolator_qvalue from DIA searches properly, and if a PSM id in pepXML can't be found in the percolator TSV file, to put in percolator_qvalue=1 - changed MsFraggerSearchEngine to use Alexey's recommended DDA search settings for low resolution DIA data (e.g. Stellar) when the workflow is DIA - fixed support for MSFragger output_report_topN > 1 but limited it to 1 for DIA until the output format changes to keep all ranks in the same pepXML * added faster TestDiaSearch test (sharing TestDiaSearch DiaUmpire code) * updated audit logs * removed default value from audit log for IsGpf and UseDiaUmpire * fixed MSFragger to look for correct pepXML file extension based on data_type parameter instead of workflow setting * fixed compile error with C++17 * added cleanup of DIA Umpire output files for Test*DiaUmpireTutorial * added tracking of Default (initial) values to AbstractDdaSearchEngine.Setting * fixed expat warnings * fixed copy button for KeyValueGridDlg and SimpleFileDownloaderDlg * removed no longer necessary PIN file scan number adjustment logic
- Loading branch information
Showing
54 changed files
with
1,354 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 11 additions & 10 deletions
21
pwiz_tools/Skyline/FileUI/PeptideSearch/BuildPeptideSearchLibraryControl.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.