Skip to content

Commit

Permalink
Merge branch 'feature/oswSpeedUp' of github.com:jcharkow/OpenMS into …
Browse files Browse the repository at this point in the history
…feature/oswSpeedUp
  • Loading branch information
jcharkow committed Dec 19, 2023
2 parents 7423fa4 + 562e281 commit f64476a
Show file tree
Hide file tree
Showing 18 changed files with 4,569 additions and 4,862 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "vcpkg"
1 change: 0 additions & 1 deletion doc/OpenMS_tutorial/developer_Tutorial.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ The extensible %OpenMS library implements common mass spectrometric data process
- Identification:
- Database search:
- Peptides (Tool %SimpleSearchEngine and its classes - started simple but is, by now, rather complete peptide identification engine)
- Protein-RNA cross-links (Tool %RNPxlSearch and its classes)
- Protein-Protein cross-links (Tool OpenPepXL)
- Spectral library search:
- Tool SpecLibSearcher and its classes
Expand Down
Binary file modified doc/doxygen/images/TOPPAS_Ecoli_Identification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/doxygen/images/TOPPAS_edges.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/doxygen/images/TOPPAS_example_profile_data_processing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/doxygen/images/TOPPAS_parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/doxygen/images/TOPPAS_run_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/doxygen/images/TOPPAS_simple_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion doc/doxygen/public/TOPP.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
<b>Cross-linking</b>
- @subpage TOPP_OpenPepXL - Search for peptide pairs linked with a labeled cross-linker.
- @subpage TOPP_OpenPepXLLF - Search for cross-linked peptide pairs in tandem MS spectra.
- @subpage TOPP_RNPxlSearch - Annotates RNA-to-peptide cross-links in MS/MS spectra.
- @subpage TOPP_RNPxlXICFilter - Removes MS2 spectra from treatment based on the fold change between control and treatment for RNA-to-peptide cross-linking experiments.
- @subpage TOPP_XFDR - Calculates false discovery rate estimates on cross-link identifications.

Expand Down
140 changes: 71 additions & 69 deletions doc/doxygen/public/TOPPAS.doxygen

Large diffs are not rendered by default.

8,306 changes: 4,103 additions & 4,203 deletions share/OpenMS/examples/ID/Ecoli_MS2_small.mzML

Large diffs are not rendered by default.

280 changes: 144 additions & 136 deletions share/OpenMS/examples/TOPPAS/Ecoli_Identification.toppas

Large diffs are not rendered by default.

413 changes: 193 additions & 220 deletions share/OpenMS/examples/TOPPAS/QualityControl.toppas

Large diffs are not rendered by default.

129 changes: 49 additions & 80 deletions share/OpenMS/examples/TOPPAS/peakpicker_tutorial.toppas

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/openms/source/APPLICATIONS/ToolHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ namespace OpenMS
tools_map["Resampler"] = Internal::ToolDescription("Resampler", cat_signal_proc_misc);
tools_map["RNADigestor"] = Internal::ToolDescription("RNADigestor", cat_rna);
tools_map["RNAMassCalculator"] = Internal::ToolDescription("RNAMassCalculator", cat_rna);
tools_map["RNPxlSearch"] = Internal::ToolDescription("RNPxlSearch", cat_crosslinking);
tools_map["RNPxlXICFilter"] = Internal::ToolDescription("RNPxlXICFilter", cat_crosslinking);
tools_map["SageAdapter"] = Internal::ToolDescription("SageAdapter", cat_ID_search);
tools_map["SeedListGenerator"] = Internal::ToolDescription("SeedListGenerator", cat_quant);
Expand Down
3 changes: 3 additions & 0 deletions src/openms/source/FORMAT/HANDLERS/TraMLHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// $Authors: Andreas Bertsch, Hannes Roest $
// --------------------------------------------------------------------------

#include "OpenMS/CONCEPT/LogStream.h"
#include <OpenMS/FORMAT/HANDLERS/TraMLHandler.h>

#include <OpenMS/CHEMISTRY/ModificationsDB.h>
Expand Down Expand Up @@ -1046,6 +1047,8 @@ namespace OpenMS::Internal
// means no annotation and no input cvParam - to write out a cvParam, use Residue::NonIdentified
break;
// invalid values
case Residue::Zp1Ion: OPENMS_LOG_ERROR << "Zp1 ions not supported. Ignoring." << std::endl; break;
case Residue::Zp2Ion: OPENMS_LOG_ERROR << "Zp2 ions not supported. Ignoring." << std::endl; break;
case Residue::Full: break;
case Residue::Internal: break;
case Residue::NTerminal: break;
Expand Down
5 changes: 4 additions & 1 deletion src/topp/OpenMSInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ Architecture: 64 bit
// We do not want this class to show up in the docu:
/// @cond TOPPCLASSES

/// this needs to be done before TOPPBase is initialized, since it will set OMP's max_threads to 1
const auto max_threads = Internal::OpenMSBuildInfo::getOpenMPMaxNumThreads();

class TOPPOpenMSInfo : public TOPPBase
{
public:
Expand Down Expand Up @@ -123,7 +126,7 @@ class TOPPOpenMSInfo : public TOPPBase
cout << "LP-Solver : GLPK\n";
#endif
#ifdef _OPENMP
cout << "OpenMP : " << "enabled (maxThreads = " << Internal::OpenMSBuildInfo::getOpenMPMaxNumThreads() << ")" << "\n";
cout << "OpenMP : " << "enabled (maxThreads = " << max_threads << ")" << "\n";
#else
cout << "OpenMP : " << "disabled" << "\n";
#endif
Expand Down
150 changes: 0 additions & 150 deletions workflow/cwl/RNPxlSearch.cwl

This file was deleted.

0 comments on commit f64476a

Please sign in to comment.