René Rahn

Results 21 issues of René Rahn

Hi I am wondering if the interface of transform is wrong? According to: https://github.com/ericniebler/meta/blob/9780f3527839caa83d8f9ebe43953e067351c40b/include/meta/meta.hpp#L1522-L1523 it can only be called with arguments. But where is the fun without a `Fun` template?...

It seems there is a problem when using relative paths in KNIME for the yara node. Here is the original message: ``` die input Knoten funktionieren jetzt mit relativen Pfaden,...

bug

## Checklist ### preparation * [x] freeze the master-branch (forbid everyone from making changes) * [x] make sure that SEQAN_VERSION macros are correct (`include/seqan/version.h`) * [x] make sure that app...

task

When changing the underlying score type of a MatrixScore from standard `int` to `int16_t`, the SimdScoreWrapper issues a compile time error. Here the expected code: ```cpp Score mat{-1, -30}; ExecutionPolicy...

bug
compiler-warning

Resolve the following issues: - [ ] FindOpenMP does not work with intel compiler toolset. - [x] Win-7, intel compiler 17: Can't find libmmd.dll (supposedly looks in the wrong folder.)...

regression
task

From the dev maillnglist. Hi, I'm attempting to run mason on a cluster with 64gb of ram. When I attempt to run mason 2 using the whole human genome, I...

question

Despite being extremely cautious about presuming any reason why some of the parallel tests fail, I would like to try separating the parallel tests from the sequential ones. This means,...

task

We need to keep the distributed seqan packages up to date. - [x] Debian package @mr-c / ? - [x] MacPorts @rrahn - [x] FreeBSD @h-2 - [ ] Add...

task

At the moment we disabled the parallel queue demo under visual studio because of a bug: https://social.msdn.microsoft.com/Forums/vstudio/en-US/62365d65-c1e0-404f-a2c3-bded754d7ae5/regression-in-visual-studio-2015-update-1?forum=vcgeneral It was disabled in #1381. Here, using the `pragma omp` definition from within...

task