Error in <grasshopper-scripts/run-grasshopper-install.sh>
Commit eddffd9751b519e22286cce265c3666014393f1f fixes the order of parameter to softlink creation to the grasshopper run script.
Compile error on Ubuntu 18.04
Compiler/MakeFile Error with CUDA
Commit 487f910d3d2e70bdf0151878bd0d12435c13a262 brings the hotfix for the issue for cuda toolkit 10.2. Appearently new toolkit introduced the problem with linking cuda kernels with g++. The issue was fixed by relying on nvcc in linkage phase.
Hello Hugo, Sorry for the delay, I was defending my PhD and haven't checked the sourceforge messages. As for the seqan - as far as I know you don't really need it to be installed (compiled). It is mostly template based library so most of the implementation (and so does the functionality we use) lies in header files. To make it work just copy the library to the include folder of your system. Wojtek F.