Julianus Pfeuffer

Results 1011 comments of Julianus Pfeuffer

I think this could be improved a lot by *actually* calculating cumulative scores and not always the full binomial probability. Then you also would not need the weird permutation generation...

Sorry, what's reassignment in this case? I am not too familiar with the algorithm.

Ah, I guess ideally one would at least report the best decoy score and the best target score but do the reassignment to the best target. But there is probably...

The question is basically why you are in general deviating so much from standard CMake find modes when it gets to variables. ~~All the _FOUND variables are missing. All the...

- `CMakeDeps` - ``` set(CONFIG_MODE "CONFIG") set(QT_COMPONENTS Core Network Gui Sql) find_package(Qt5 ${QT_MIN_VERSION} ${CONFIG_MODE} COMPONENTS ${QT_COMPONENTS} REQUIRED) find_package(Boost ${CONFIG_MODE} COMPONENTS iostreams date_time regex) ``` - e.g. Qt5Core_FOUND, Boost_MAJOR_VERSION, get_target_property(Qt5::WindowsIntegrationPlugin LOCATION)....

Any idea how I could proceed without the "LOCATION" properties while you decide on/implement a fix? I.e. how can I find out in CMake where the library behind a corresponding...

After further investigation, you also miss the VERY important library type for your imported libraries! How should CMake know how to propagate dependencies transitively without that? It makes a huge...

yes crashes. uninstalled.

I think it does not matter here, since you would need an output prefix port anyway (since the number of levels can in theory be infinite). But what happens when...

I would write the empty files.