BioJulia / Bio.jl

[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
http://biojulia.dev
MIT License
261 stars 65 forks source link

Add @kmer_str macro to allow kmer string literals #446

Closed kdm9 closed 7 years ago

kdm9 commented 7 years ago

Also adds documentation and a doctest.

codecov-io commented 7 years ago

Codecov Report

Merging #446 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #446      +/-   ##
==========================================
+ Coverage   71.58%   71.59%   +0.01%     
==========================================
  Files         138      138              
  Lines       10271    10272       +1     
==========================================
+ Hits         7352     7354       +2     
+ Misses       2919     2918       -1
Impacted Files Coverage Δ
src/seq/Seq.jl 0% <ø> (ø) :arrow_up:
src/seq/kmer.jl 86.2% <100%> (+0.16%) :arrow_up:
src/align/alignment.jl 86.13% <0%> (+0.99%) :arrow_up:

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 621123a...83127cd. Read the comment docs.

TransGirlCodes commented 7 years ago

Can the doctest be added as an actual unit test in addition?

kdm9 commented 7 years ago

Should be good to go now @Ward9250

bicycle1885 commented 7 years ago

Can you mention this macro in NEWS.md?

bicycle1885 commented 7 years ago

Thank you, @kdmurray91!