seqan / seqan3

The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
https://www.seqan.de
Other
396 stars 81 forks source link

fix,doc: condition of the max number of 1s inside a shape. #3243

Closed SGSSGene closed 4 months ago

SGSSGene commented 4 months ago

Addresses a documentation issue that showed up in issue: #3242

The Attention box describes the number of 1s inside an shape. The condition is the wrong way. They described the rejection criteria, not the accept criteria: https://docs.seqan.de/seqan3/3.4.0/group__search__views.html#ga6e598d6a021868f704d39df73252974f

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
seqan3 ✅ Ready (Inspect) Visit Preview Feb 28, 2024 10:15am
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.17%. Comparing base (0acc8e3) to head (1a09654).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3243 +/- ## ======================================= Coverage 98.17% 98.17% ======================================= Files 269 269 Lines 11856 11856 ======================================= Hits 11640 11640 Misses 216 216 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.