Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
184 commits
Select commit Hold shift + click to select a range
ca8460c
[FEATURE] mzTab export
Feb 9, 2018
9aa2571
TODO: remove me
Feb 11, 2018
2d72c0b
[FEATURE] preparations: coverage
Feb 11, 2018
cc37a73
[FIX] improved export and spectra references added
Feb 12, 2018
94f2922
[NOP] update sample output
Feb 12, 2018
7a89720
Started with classes for a BayesianProteinInference tool and
Feb 15, 2018
a05c657
Refactored to a library class with parameters.
Feb 15, 2018
9f87bc7
[FEATURE] introduce fractionated runs / experimental design
Feb 14, 2018
e35ba77
First try ProteomicLFQpipeline
FabianAicheler Feb 15, 2018
fb6c993
[FEATURE] IDConflictResolver unmapps conflicting IDs instead of removing
Feb 15, 2018
1de12c8
[FEATURE] export unmapped ids
Feb 15, 2018
b0d14a0
[FEATURE] Experimental Design
Feb 15, 2018
28d2166
Started on an implementation with graph nodes as boost::variants.
Feb 19, 2018
4f4d942
[REFACTOR] moved FFID to algorithm
Feb 21, 2018
de07dc6
Merge branch 'feature/PQmzTab' into feature/proteomic_lfq
Feb 22, 2018
e9bfd0a
[NOP] style fixes
Feb 22, 2018
a256089
[FEATURE] sketch of processing pipeline
Feb 22, 2018
34fe05d
minor
timosachsenberg Feb 22, 2018
d29b3b2
Update ProteomicLFQ.cpp
timosachsenberg Feb 22, 2018
a73dff0
[FIX] FFID tests pass, canonical sorting in ED
Feb 23, 2018
482660e
[FEATURE] more work on tool structure
Feb 23, 2018
9ad9bbe
Boost::Graph works. Inference Graph is also built now with the evergreen
Feb 23, 2018
bd6152f
[FEATURE] more tools
Feb 23, 2018
9c91b61
[FEATURE] extended parameter handling
Feb 24, 2018
c26a31f
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
Feb 26, 2018
ff1571a
Inference now works and writes posteriors to scores in
Feb 27, 2018
6f4187a
Merge branch 'develop' into feature/proteomic_lfq
Feb 28, 2018
8a31f6f
[FEATURE] rename ProteomicLFQ
Feb 28, 2018
4116e6b
[FEATURE] move IDConflictResolver to algorithm
Feb 28, 2018
da22dd5
[FEATURE] consensus map normalizer integrated
Feb 28, 2018
29e854d
Cleaned up messages and includes. Suffixed underlying classes with Al…
Feb 28, 2018
7722d3e
Started on parameter search by implementing ROC-N score.
Feb 28, 2018
7f7b788
[FEATURE] moved some PEP functions from tool to algorithm
Mar 1, 2018
9b6fed2
[FEATURE] IDPep moved more functions to algorithm
Mar 1, 2018
2b6dcc3
[FEATURE] IDPep moved more functions to algorithm
Mar 1, 2018
1551c6a
Merge branch 'feature/proteomic_lfq' of https://github.com/OpenMS/Ope…
Mar 1, 2018
9a53e33
[FEATURE] load ids
Mar 1, 2018
d14d9bb
[FEATURE] slight refactoring of IDMerger
Mar 5, 2018
4b5ac0e
Merge branch 'develop' into feature/proteomic_lfq
Mar 12, 2018
455d2c0
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
Mar 13, 2018
a9ce999
[FIX] some merge errors
Mar 13, 2018
e96b7cc
Merge branch 'feature/FFid_to_algo' into feature/proteomic_lfq
timosachsenberg Mar 15, 2018
5ba4633
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Mar 15, 2018
17e5172
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Mar 15, 2018
013f4d3
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Mar 15, 2018
2033e6b
Added class template for n-dimensional GridSearch.
Mar 20, 2018
fd6e24c
Cleanup GridSearch includes. Use GridSearh in BPIAlgorithm.
Mar 20, 2018
53060dd
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Apr 3, 2018
5032dfe
Added pseudo-code for getting max nr of theoretical digests.
Apr 24, 2018
25ecaa5
Continue merge of develop
Apr 24, 2018
7fb81aa
Add indist protein groups (IPGs) as placeholder nodes first.
Apr 27, 2018
ded8a22
[FIX] Make SILACWorkflow report parameters in TOPPAS, fix enzame para…
timosachsenberg Apr 29, 2018
0f66f09
Merge branch 'develop' into feature/SILACWorkflow
timosachsenberg Apr 29, 2018
9c27ca6
Cleanup. Fixes in parameter ordering. Fixes in FDR.
May 22, 2018
ad246f4
:Merge remote-tracking branch 'upstream/develop' into feature/proteom…
timosachsenberg May 23, 2018
d03c470
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
May 23, 2018
76328f3
Merge branch 'develop' into feature/msstats
timosachsenberg May 23, 2018
3c43047
[NOP] updated contrib submodule
May 23, 2018
081bd13
Merge branch 'develop' into feature/msstats
May 23, 2018
35039bb
Merge remote-tracking branch 'lukaszimmermann/feature/msstats' into f…
May 23, 2018
619fc5b
Merge branch 'feature/msstats' into feature/proteomic_lfq
May 23, 2018
8da48e0
Added the evergreen library as an internal thirdparty header-only
May 24, 2018
b1ca63c
Merge remote-tracking branch 'origin/feature/msstats' into feature/pr…
May 24, 2018
62bfacd
[FIX] use improved experimental design from MSstats branch
May 24, 2018
d8bc9a5
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg May 25, 2018
fb045b0
Merge branch 'feature/proteomic_lfq' of http://github.com/OpenMS/Open…
timosachsenberg May 25, 2018
fff6c92
[NOP] merged in MSstats experimental design changes
timosachsenberg May 25, 2018
8323b38
mzMLHandler cleanup (includes, coding convention)
cbielow May 28, 2018
c95551d
[FEATURE] extend progresslogger with next() function
cbielow May 28, 2018
3297859
[FEATURE] rename operator+ to appendRows
timosachsenberg May 29, 2018
0735101
[Fix] renamed method
timosachsenberg May 30, 2018
2b5625f
[FIX] remove unneccessary includes; move code from .h to .cpp
cbielow May 30, 2018
0b8587c
erge develop
cbielow May 30, 2018
d179560
[TEST] added appendColumns and tests
timosachsenberg May 30, 2018
b3478c0
[FEATURE] determine #spectra honoring options (MSlevel and RT range) …
cbielow May 30, 2018
a10340b
fix progresslogger
cbielow May 30, 2018
d2326a4
fix authors
cbielow May 30, 2018
b90a816
fix compile/cpplint errors
cbielow May 30, 2018
68a4cd8
fix counting bug
cbielow May 30, 2018
f6a1573
[TEST] fixed most of the tests
timosachsenberg May 30, 2018
1f7d0e5
fix compile error
cbielow May 30, 2018
b26090a
Update FeatureFileOptions.pxd
hroest May 30, 2018
b0b3bca
Update FeatureFileOptions.pxd
hroest May 30, 2018
b3245e1
Update PeakFileOptions.pxd
hroest May 30, 2018
ab61225
Merge branch 'develop' of https://github.com/OpenMS/OpenMS into develop
cbielow May 31, 2018
de507a2
Merge branch 'develop' of https://github.com/cbielow/OpenMS into develop
cbielow May 31, 2018
261a5a6
fix
cbielow May 31, 2018
878aacc
getting rid of Base64 includes
cbielow May 31, 2018
c5dcbdb
implement missing functions
cbielow May 31, 2018
d450c9d
fix bug
cbielow May 31, 2018
800ee30
[REFACTOR] rename FileDescription to ColumnHeaders
timosachsenberg Jun 1, 2018
e0f48e0
Merge remote-tracking branch 'upstream/develop' into feature/rename_o…
timosachsenberg Jun 1, 2018
09af3da
[TEST] fixed MSstats test (make sure file names match)
timosachsenberg Jun 1, 2018
1a1cb61
[TEST] mzTab
timosachsenberg Jun 1, 2018
4f7f9ac
Merge remote-tracking branch 'upstream/develop' into feature/rename_o…
timosachsenberg Jun 1, 2018
7085d77
[FIX] write indexedMzML by default
hroest Jun 2, 2018
7b86d7c
[TEST] fix tests
hroest Jun 2, 2018
38747d0
[NOP] re-organize functions, add comments
hroest Jun 2, 2018
ede5170
[FIX] return bool
hroest Jun 2, 2018
1bc3ebd
[FIX] return meta data also for Python
hroest Jun 2, 2018
0a80a99
[FEATURE] link pyopenms online docu
hroest Jun 2, 2018
656874e
[FIX] xml escape bug
hroest Jun 2, 2018
7f2707f
[FIX] xml escape bug
hroest Jun 2, 2018
7ce1ddc
[NOP] docu, whitespace
hroest Jun 2, 2018
82b5221
Merge pull request #3512 from hroest/feature/py
timosachsenberg Jun 2, 2018
b8a36e7
Merge pull request #3513 from hroest/feature/pydoc
timosachsenberg Jun 2, 2018
b7a2a53
[TEST] added missing test file
timosachsenberg Jun 2, 2018
9c41c52
[NOP] style
timosachsenberg Jun 2, 2018
35aadc5
Merge pull request #3511 from hroest/feature/ff
timosachsenberg Jun 2, 2018
bb44305
[pyOpenMS] forgot renames in addon files
timosachsenberg Jun 2, 2018
c32f744
[FEATURE] added peak offset for low-res data
timosachsenberg Jun 2, 2018
de55973
[FEATURE] implemented offset
timosachsenberg Jun 2, 2018
22a89ae
[FEATURE] several memory related improvements
Jun 3, 2018
0a1706a
[REFACTORING] Removed non relevant code
Jun 3, 2018
ad72d58
[REFACTORING]
Jun 3, 2018
6caf2e3
[REFACTORING]
Jun 3, 2018
7ab74a2
Merge branch 'develop' into feature/proteomics_lfq_improv
Jun 3, 2018
8f1c768
readme: add docu link
hroest Jun 3, 2018
c3e11cf
Merge pull request #3518 from hroest/fix/docu
timosachsenberg Jun 3, 2018
f02590d
Merge pull request #3517 from Zethson/feature/proteomics_lfq_improv
timosachsenberg Jun 3, 2018
2f1c070
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Jun 4, 2018
a09485f
[FIX] assay_ref output
timosachsenberg Jun 4, 2018
cf9b0f7
Merge pull request #3504 from cbielow/develop
jpfeuffer Jun 4, 2018
0cdb153
Merge remote-tracking branch 'origin/feature/rename_operator' into fe…
timosachsenberg Jun 4, 2018
4b2847d
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Jun 4, 2018
3986f70
[TEST] updated test
timosachsenberg Jun 4, 2018
50437e9
[NOP] removed file
timosachsenberg Jun 4, 2018
d3041bd
[NOP] fixed style
timosachsenberg Jun 4, 2018
1c95df7
[FIX] correctly pass exit code from external process call (#3519)
jpfeuffer Jun 5, 2018
9daa1c4
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Jun 5, 2018
a2d8db6
[FEATURE] append different fractions as columns
timosachsenberg Jun 5, 2018
a476e54
[NOP]
timosachsenberg Jun 5, 2018
2f56dfe
Merge pull request #3515 from OpenMS/featzre/binned_offset
hroest Jun 5, 2018
49132d3
[BUILD] fixed scoping of consensus_fraction (#3521)
Jun 6, 2018
b1287d9
[FEATURE] rename operator+ to appendRows (#3500)
timosachsenberg Jun 6, 2018
6578bc2
Fix/false discovery rate (#3516)
Leon-Bichmann Jun 6, 2018
1a80c6c
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Jun 6, 2018
9077322
[FIX] moved normalization in fraction group
timosachsenberg Jun 6, 2018
0c9b1dc
[FIX] some additional checks
timosachsenberg Jun 6, 2018
e7e1b06
[FIX] alignment
timosachsenberg Jun 6, 2018
ad5506d
Hyperlink DOIs against preferred resolver
katrinleinweber Jun 6, 2018
cf3be61
[FIX] fixed typo that prevented proper parameter passing
timosachsenberg Jun 6, 2018
b772b6d
New Additions
Jun 6, 2018
35a5440
[FIX] annotate column headers
timosachsenberg Jun 6, 2018
84354e7
[NOP]
timosachsenberg Jun 6, 2018
c3e0b0d
Resolve conflicts
Jun 6, 2018
a895cc2
[FEATURE] first draft of fwhm estimation
Jun 6, 2018
6ddc11c
[FIX] digest of unspecific cleavage
timosachsenberg Jun 6, 2018
ae1310f
[TEST] added regression test
timosachsenberg Jun 6, 2018
604b0c1
[FEATURE] added option to restrict search on peptides that match a regex
timosachsenberg Jun 6, 2018
a7a7261
Merge pull request #3525 from Zethson/feature/fwhm_estimation_proteom…
timosachsenberg Jun 7, 2018
7dfe7c1
Merge pull request #3523 from timosachsenberg/fix/digest
timosachsenberg Jun 7, 2018
31073d8
[FIX] compile bug
timosachsenberg Jun 7, 2018
fea4454
Merge remote-tracking branch 'zethson/feature/fwhm_estimation_proteom…
timosachsenberg Jun 7, 2018
9f5193d
[FEATURE] write out FWHM
timosachsenberg Jun 7, 2018
044fc06
Merge branch 'feature/proteomic_lfq' of http://github.com/OpenMS/Open…
timosachsenberg Jun 7, 2018
8b13b9e
added carbamidomethyl exception if not specified
Jun 7, 2018
e2bab50
Merge pull request #3526 from Leon-Bichmann/fix/CometAdapter
timosachsenberg Jun 7, 2018
92b7a73
Update NovorAdapter.cpp
timosachsenberg Jun 8, 2018
704f33d
[FEATURE] FileFilter new flag: "f_and_c:make_unique" (#3452)
Jun 8, 2018
5bc559f
Merge branch 'develop' into feature/proteomic_lfq
timosachsenberg Jun 8, 2018
04d29df
Merge remote-tracking branch 'upstream/develop' into feature/proteomi…
timosachsenberg Jun 8, 2018
aa109f2
Update ProteomicsLFQ.cpp
timosachsenberg Jun 8, 2018
637a6ff
[FIX] added some calibration
timosachsenberg Jun 8, 2018
febc3b8
[FIX] fix mzTab extension (#3529)
timosachsenberg Jun 8, 2018
c29f70c
Merge pull request #3524 from timosachsenberg/feature/SSE_peptide_motif
hroest Jun 8, 2018
57eb6a9
[DOC] features (#3530)
hroest Jun 9, 2018
c5dc0af
Added python binding for MassTraceDetection (#3533)
Jun 10, 2018
8d82454
Fix/fuzzy (#3532)
hroest Jun 10, 2018
d97ddcc
Feature/fixes r (#3534)
hroest Jun 11, 2018
ea994c8
[REFACTOR] move precursor correction to class
timosachsenberg Jun 11, 2018
9836c4f
[FEATURE] added precursor correction to lfq
timosachsenberg Jun 11, 2018
20168e6
[FIX] check if no MS1 spectrum for MS2
timosachsenberg Jun 11, 2018
9315be2
Merge pull request #3522 from katrinleinweber/resolve-DOIs-securely
timosachsenberg Jun 11, 2018
eb86fe3
[FIX] wrong size of correction window
timosachsenberg Jun 11, 2018
7f58ee5
[NOP] some info on precursor correction
timosachsenberg Jun 11, 2018
fc992d8
[STYLE] added .
timosachsenberg Jun 11, 2018
be54deb
[FIX] don't crash if only one fraction group provided
timosachsenberg Jun 11, 2018
06c78fd
Merge remote-tracking branch 'remotes/NantiaL/feature/SILACWorkflow' …
timosachsenberg Jun 11, 2018
7e69d20
Merge remote-tracking branch 'upstream/develop' into feature/SILACWor…
timosachsenberg Jun 11, 2018
cbafbd8
[FEATURE] some design related code
timosachsenberg Jun 11, 2018
668a80a
Merge remote-tracking branch 'upstream/feature/proteomic_lfq' into fe…
timosachsenberg Jun 11, 2018
91475cd
[FEATURE] quantify unique peptides
timosachsenberg Jun 11, 2018
f820bcd
[FEATURE] unique peptides only
timosachsenberg Jun 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ OpenMS

[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/93e71bad214f46d2a534ec92dbc2efc9)](https://www.codacy.com/app/OpenMS/OpenMS?utm_source=github.com&utm_medium=referral&utm_content=OpenMS/OpenMS&utm_campaign=badger)
[![Build Status](https://travis-ci.org/OpenMS/OpenMS.svg?branch=develop)](https://travis-ci.org/OpenMS/OpenMS) [![Project Stats](https://www.openhub.net/p/open-ms/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/open-ms) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OpenMS/OpenMS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://travis-ci.org/OpenMS/OpenMS.svg?branch=develop)](https://travis-ci.org/OpenMS/OpenMS)
[![Project Stats](https://www.openhub.net/p/open-ms/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/open-ms)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OpenMS/OpenMS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/openms/README.html)
[![documentation](https://codedocs.xyz/doxygen/doxygen.svg)](https://ftp.mi.fu-berlin.de/pub/OpenMS/develop-documentation/html/index.html)


<a href="http://www.openms.org/" target="_blank">OpenMS</a>
Expand Down Expand Up @@ -34,8 +37,11 @@ Berlin, and the ETH Zürich.

Features
--------
- Core C++ library
- TOPP Tools, 150+ analysis tools (150+), covering most MS and LC-MS data processing and mining tasks.
- Core C++ library under three-clause BSD licence.
- Python bindings to the C++ API through pyOpenMS.
- Over 150+ individual analysis tools (TOPP Tools), covering most MS and LC-MS data processing and mining tasks.
- Powerful 2D and 3D visualization tools (TOPPView)
- Support for most MS identification and quantification workflows (label-free, isobaric and stable isotope).
- Support for all major platforms (Windows [XP, 7, 8, 10], macOS and Linux).

Licence
Expand All @@ -49,4 +55,5 @@ The file [AUTHORS](AUTHORS) contains a list of all authors who worked on OpenMS.
Documentation
-------------
Users and developers should start by reading the [OpenMS wiki](https://github.com/OpenMS/OpenMS/wiki) and consult the [current documentation](http://www.openms.de/current_doxygen/).
Documentation for the Python bindings pyOpenMS can be found on the [pyOpenMS online documentation](https://pyopenms.readthedocs.io).

12 changes: 6 additions & 6 deletions doc/code_examples/Tutorial_Labeled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ int main(int argc, const char** argv)
FeatureXMLFile feature_file;
feature_file.load(tutorial_data_path + "/data/Tutorial_Labeled.featureXML", maps[0]);
ConsensusMap out;
out.getFileDescriptions()[0].filename = "data/Tutorial_Labeled.featureXML";
out.getFileDescriptions()[0].size = maps[0].size();
out.getFileDescriptions()[0].label = "light";
out.getFileDescriptions()[1].filename = "data/Tutorial_Labeled.featureXML";
out.getFileDescriptions()[1].size = maps[0].size();
out.getFileDescriptions()[1].label = "heavy";
out.getColumnHeaders()[0].filename = "data/Tutorial_Labeled.mzML";
out.getColumnHeaders()[0].size = maps[0].size();
out.getColumnHeaders()[0].label = "light";
out.getColumnHeaders()[1].filename = "data/Tutorial_Labeled.mzML";
out.getColumnHeaders()[1].size = maps[0].size();
out.getColumnHeaders()[1].label = "heavy";

FeatureGroupingAlgorithmLabeled algorithm;
// ... set parameters
Expand Down
9 changes: 5 additions & 4 deletions doc/code_examples/Tutorial_Unlabeled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ int main(int argc, const char** argv)
feature_file.load(tutorial_data_path + "/data/Tutorial_Unlabeled_2.featureXML", maps[1]);

ConsensusMap out;
out.getFileDescriptions()[0].filename = "/data/Tutorial_Unlabeled_1.featureXML";
out.getFileDescriptions()[0].size = maps[0].size();
out.getFileDescriptions()[1].filename = "/data/Tutorial_Unlabeled_2.featureXML";
out.getFileDescriptions()[1].size = maps[1].size();
out.getColumnHeaders()[0].filename = "/data/Tutorial_Unlabeled_1.mzML";
out.getColumnHeaders()[0].size = maps[0].size();
out.getColumnHeaders()[1].filename = "/data/Tutorial_Unlabeled_2.mzML";
out.getColumnHeaders()[1].size = maps[1].size();


FeatureGroupingAlgorithmUnlabeled algorithm;
// ... set parameters
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/install/common-cmake-parameters.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The most important CMake variables are:
<table style="border-style:solid; border-collapse:collapse; border-color:#c0c0c0;">
<tr>
<td valign="top">\c OPENMS_CONTRIB_LIBS</td>
<td>Seperate search path for the contrib libraries from github.com/OpenMS/contrib that is internally considered before
<td>Separate search path for the contrib libraries from github.com/OpenMS/contrib that is internally considered before
CMAKE_PREFIX_PATH for searching, linking and adding include directories.</td>
</tr>
<tr>
Expand Down
19 changes: 14 additions & 5 deletions doc/doxygen/install/install-win.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
<ol>
<li>non-commercial:
<ol>
<li>install perl (e.g. Strawberry Perl) and git
<li>download <b>Qt5 source</b> via git:
<li>install perl (e.g. Strawberry Perl), Python and git
<li>download <b>Qt5 source</b> via git or as a source package from the website:
\code
git clone git://github.com/qt/qt5 --branch 5.9 qt-5.9
\endcode
Expand All @@ -133,9 +133,10 @@
\endcode
<li>if you have multiple versions of VS installed you might need to provide the <tt>-platform</tt> param for the next configure command (e.g., <tt>-platform win32-msvc2012</tt>)
<li>To save disk space, we use the -prefix switch do install only the required parts of Qt to a new directory of your choice (called <tt>&lt;path-to-qt&gt;</tt>, e.g. <tt>c:/dev/Qt/5.9/</tt>).
Check more options and supported compilers here: http://doc.qt.io/qt-5/configure-options.html (especially for developers)
Check more options and supported compilers here: http://doc.qt.io/qt-5/configure-options.html (especially for developers). Note that part of Qt requires Python to compile, so its a good idea to add the Python executable to your path
\code
configure -release -nomake example -nomake demos -nomake tests -opensource -confirm-license -prefix <path-to-qt> -platform win32-msvc
PATH=%PATH%;C:\Python27\
configure -opensource -skip speech -skip location -nomake tests -nomake examples -confirm-license -opengl dynamic -prefix <path-to-qt> -platform win32-msvc
\endcode
<li>
\code
Expand Down Expand Up @@ -276,8 +277,16 @@
MSBuild.exe <solution.sln> /maxcpucount /target:<target> /p:Configuration=<Config>
\endcode

@note Since the call can be a bit lengthy, there is a batch file in <tt>OpenMS/tools/build.bat</tt> and in the root of your build tree (copied there by cmake for convenience), which allows to build the most important targets (TOPP, UTILS, Gui, Tests, Doc) in Release or Debug using very short notation. Call it without arguments to see its usage help text.
@note Since the call can be a bit lengthy, there is a batch file in
<tt>OpenMS/tools/build.bat</tt> and in the root of your build tree (copied
there by cmake for convenience), which allows to build the most important
targets (TOPP, UTILS, Gui, Tests, Doc) in Release or Debug using very short
notation. Call it without arguments to see its usage help text. For example
to build only the OpenMS library in release mode, call

\code
build OpenMS r
\endcode


*/
3 changes: 2 additions & 1 deletion doc/doxygen/public/UTILS.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
<b>Quantitation</b>
- @subpage UTILS_ERPairFinder - Evaluate pair ratios on enhanced resolution (zoom) scans.
- @subpage UTILS_FeatureFinderSuperHirn - Find Features using the SuperHirn Algorithm (it can handle centroided or profile data, see .ini file).
- @subpage UTILS_MetaboliteAdductDecharger - Decharges and merges different feature charge variants of the same small molecule.
- @subpage UTILS_ProteomicsLFQ - A standard Proteomics LFQ pipeline.
- @subpage UTILS_MetaboliteAdductDecharger - Decharges and merges different feature charge variants of the same small molecule.
- @subpage UTILS_MRMPairFinder - Evaluate labeled pair ratios on MRM features.
- @subpage UTILS_OpenSwathWorkflow - Complete workflow to run OpenSWATH.
- @subpage UTILS_SILACWorkflow - Complete workflow to run SILAC analysis.
Expand Down
Loading