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 REPL blocks in docs #197

Merged
merged 2 commits into from
Oct 22, 2021
Merged

Fix REPL blocks in docs #197

merged 2 commits into from
Oct 22, 2021

Conversation

jakobnissen
Copy link
Member

Fix #195

@codecov
Copy link

codecov bot commented Oct 22, 2021

Codecov Report

Merging #197 (ff10564) into master (d51a551) will decrease coverage by 0.60%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
- Coverage   83.03%   82.42%   -0.61%     
==========================================
  Files          45       45              
  Lines        3082     3397     +315     
==========================================
+ Hits         2559     2800     +241     
- Misses        523      597      +74     
Flag Coverage Δ
unittests 82.42% <100.00%> (-0.61%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/BioSequences.jl 0.00% <ø> (-50.00%) ⬇️
src/biosequence/biosequence.jl 82.75% <100.00%> (+24.42%) ⬆️
src/longsequences/indexing.jl 100.00% <100.00%> (ø)
src/bit-manipulation/bitpar-compiler.jl 38.46% <0.00%> (-21.86%) ⬇️
src/geneticcode.jl 59.25% <0.00%> (-15.99%) ⬇️
src/longsequences/transformations.jl 91.30% <0.00%> (-2.64%) ⬇️
src/biosequence/transformations.jl 78.37% <0.00%> (-0.79%) ⬇️
src/minhash.jl 67.85% <0.00%> (-0.78%) ⬇️
src/biosequence/find.jl 54.54% <0.00%> (-0.63%) ⬇️
... and 35 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08a67d7...ff10564. Read the comment docs.

@jakobnissen
Copy link
Member Author

The ambiguities strike again. This is a symtom of an underlying issue fixed in v3. For now, I paper over it with a few more methods.

@jakobnissen jakobnissen merged commit 6846a04 into BioJulia:master Oct 22, 2021
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.

errors in docs: random kmers
1 participant