Enrico Seiler

Results 112 comments of Enrico Seiler

We explain how to use -DCMAKE_CXX_COMPILER further down. I would kinda prefer to set it in cmake, because it persists in a new shell session. The sdsl error could be...

@SGSSGene I pushed a suggestion, what do you think?

Hey there, it's a bug in GCC 12 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105545) and is not yet fixed. Our workaround is only enabled for GCC 12.1 (latest version at that time) in the 3.2.0...

Might be related to https://github.com/actions/runner-images/issues/6350? Does explicitly setting another/the old xcode version work?

> @eseiler I am hoping you could advise on this. After running `./install.sh "$PREFIX"`, which is the same as what we do in the sdsl-lite v2 recipe, none of the...

> @eseiler do you have any thoughts on the above? What would you prefer in terms of name? @johnlees Sorry for not getting back to you sooner. In general, I...

In our use case, declaring the interface as class (for doxygen only), is a workaround. I.e., we add `class a{};` in the `detail` namespace.

https://godbolt.org/z/qrePrW67Y Some debug code ```cpp #include #include #include #include #include #include #include #include #include #include int main(int argc, char ** argv) { using namespace seqan3::literals; seqan3::dna4_vector ref = "GGCAAGAA"_dna4; seqan3::dna4_vector...

OK, I did some digging. The [Gotoh paper](https://doi.org/10.1007/BF02458577) states (section 3 is `Traceback`): ![gotoh](https://user-images.githubusercontent.com/12967715/198842436-b66b076b-f004-4e7d-905a-7175bd9cf954.PNG) The meaning of the parameters is not that explicitly stated in the paper, but my interpretation...

We merged https://github.com/seqan/seqan3/pull/3098 which should fix this issue. Please re-open if the issue has not been resolved for you.