BioJulia / Bio.jl

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

Reorganize BioSequence code #410

Closed TransGirlCodes closed 7 years ago

TransGirlCodes commented 7 years ago

This splits up the rather large julia file which contains all the code for BioSequences, into separate files, to make tackling and understanding the source code easier for people learning how BioSequences work.

codecov-io commented 7 years ago

Codecov Report

Merging #410 into master will decrease coverage by 0.63%. The diff coverage is 92.59%.

@@            Coverage Diff             @@
##           master     #410      +/-   ##
==========================================
- Coverage   72.67%   72.03%   -0.64%     
==========================================
  Files         110      119       +9     
  Lines        8627     8816     +189     
==========================================
+ Hits         6270     6351      +81     
- Misses       2357     2465     +108
Impacted Files Coverage Δ
src/seq/bioseq/randseq.jl 66.66% <ø> (ø)
src/seq/Seq.jl 0% <ø> (ø) :white_check_mark:
src/seq/bioseq/hash.jl 100% <ø> (ø)
src/seq/bioseq/constructors.jl 100% <100%> (ø)
src/seq/bioseq/indexing.jl 100% <100%> (ø)
src/seq/bioseq/stringliterals.jl 100% <100%> (ø)
src/seq/bioseq/conversion.jl 65% <65%> (ø)
src/seq/bioseq/copying.jl 84.14% <84.14%> (ø)
src/seq/bioseq/bioseq.jl 86.48% <86.48%> (ø)
src/seq/bioseq/iteration.jl 91.66% <91.66%> (ø)
... and 19 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 4d2e8ca...64f48e8. Read the comment docs.

bicycle1885 commented 7 years ago

Feel free to merge when it's ready.