Julianus Pfeuffer

Results 225 issues of Julianus Pfeuffer

- For Jenkins make sure that we build everything from contrib EXCEPT sqlite - Update dockerfiles - Update docs - Update CMake to make sure that we never have two...

blocker

https://github.com/OpenMS/OpenMS/blob/develop/doc/doxygen/parameters/DefaultParamHandlerDocumenter.cpp Just list more classes that derive from ParamHandler and therefore have parameters to be documented.

Documentation
Hacktoberfest
beginner tasks

## Description Test with: ```bash pip install conan git clone https://github.com/OpenMS/OpenMS --depth 1 mkdir -p OpenMS/build && cd OpenMS/build conan install --pr ../conanprofiles/static --build missing .. ./cmake/bin/cmake .. ./cmake/bin/cmake --build...

The libSVM data structures are clearly an implementation detail. None of them are present in the API functions. I think we could/should create a SimpleSVM implementation class and only store...

minor
Hacktoberfest
beginner tasks

## Description Some tries to cleanup our pyopenms interface. ## Checklist - [ ] Make sure that you are listed in the AUTHORS file - [ ] Add relevant changes...

pyOpenMS
NoJenkins

Currently, it is literally **impossible** to do FDR filtering on group level in pyopenms since there is no way to reset or set protein groups after calling IDFilter::updateProteinGroups(id.grps, id) This...

major

This can be a big problem since there is code that often uses empty identifiers as "match all".

major

https://github.com/OpenMS/OpenMS/blob/develop/src/openms/source/ANALYSIS/ID/AccurateMassSearchEngine.cpp#L386

enhancement
wontfix
Hacktoberfest
metabolomics

So that we or developers including OpenMS can choose to find only parts of OpenMS and the dependencies coming with it: OpenMS::Core, OpenMS::GUI etc. See https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html#adding-components For existing libraries it...

Build System