Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/update seqan3 #134

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

SGSSGene
Copy link

@SGSSGene SGSSGene commented May 3, 2023

  • Updates submodule seqan3 to newest master.
  • Adds sharg as a submodule
  • replaces all seqan3 argument parsing functionality with sharg

@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.05 🎉

Comparison is base (8787850) 85.51% compared to head (743f0c2) 86.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   85.51%   86.57%   +1.05%     
==========================================
  Files           4        4              
  Lines         863      931      +68     
==========================================
+ Hits          738      806      +68     
  Misses        125      125              
Impacted Files Coverage Δ
include/shared.h 100.00% <100.00%> (ø)
src/main.cpp 93.92% <100.00%> (+1.94%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@SGSSGene SGSSGene requested a review from MitraDarja May 11, 2023 17:59
@mr-c
Copy link
Contributor

mr-c commented Jul 19, 2023

What's the plan on merging this?

When I build needle 1.0.1 with Seqan3 3.3.0 RC1, I get the following test errors:

	  2 - test/api/estimate_test (NUMERICAL)
	  3 - test/api/ibf_test (NUMERICAL)
	  4 - test/api/ibfmin_test (NUMERICAL)
	  5 - test/api/minimiser_test (NUMERICAL)
Starting program: /build/seqan-needle-1.0.1.0.1.git.439eeab+ds/obj-x86_64-linux-gnu/test/api/estimate_test 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Running main() from ./googletest/src/gtest_main.cc
[==========] Running 10 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 10 tests from estimate
[ RUN      ] estimate.small_example

Program received signal SIGFPE, Arithmetic exception.

0x00005555555d262e in sdsl::int_vector<(unsigned char)0>::resize (value=0, size=<error reading variable: Division by zero>, this=0x7fffffffd210)
    at /usr/include/seqan3/submodules/sdsl-lite/include/sdsl/int_vector.hpp:527
527	    void resize(const size_type size, const value_type value) { bit_resize(size * m_width, value);
Starting program: /build/seqan-needle-1.0.1.0.1.git.439eeab+ds/obj-x86_64-linux-gnu/test/api/ibf_test 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 8 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 8 tests from ibf
[ RUN      ] ibf.given_expression_thresholds

Program received signal SIGFPE, Arithmetic exception.
0x000055555557303e in sdsl::int_vector<(unsigned char)0>::resize (value=0, size=<error reading variable: Division by zero>, this=0x7fffffffd810)
    at /usr/include/seqan3/submodules/sdsl-lite/include/sdsl/int_vector.hpp:527
527	    void resize(const size_type size, const value_type value) { bit_resize(size * m_width, value); }

@mr-c
Copy link
Contributor

mr-c commented Aug 9, 2023

Okay, 743f0c2 fixed building needle w/ Seqan3 3.3.0

@mr-c
Copy link
Contributor

mr-c commented Jan 26, 2024

Ping :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants