BioJulia / GenomeGraphs.jl

A modern genomics framework for julia
https://biojulia.dev
Other
67 stars 8 forks source link

Basic serial, in memory kmer counting #14

Closed TransGirlCodes closed 5 years ago

TransGirlCodes commented 5 years ago

Added an internal method BioSequenceGraphs.build_freq_list for serial, in memory kmer counting of a paired-reads datastore - as input for building a DBG. It can deal with something like ecoli. Your mileage may vary. Multi-process and disk-batch-based counting is coming v. soon.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (benjward/workspace@7c756ab). Click here to learn what that means. The diff coverage is 28.4%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##             benjward/workspace     #14   +/-   ##
====================================================
  Coverage                      ?   5.53%           
====================================================
  Files                         ?      18           
  Lines                         ?     958           
  Branches                      ?       0           
====================================================
  Hits                          ?      53           
  Misses                        ?     905           
  Partials                      ?       0
Impacted Files Coverage Δ
src/BioSequenceGraphs.jl 100% <ø> (ø)
src/mertools/counting.jl 0% <0%> (ø)
src/datastores/kmer-counts.jl 0% <0%> (ø)
src/mertools/MerFreq.jl 55.55% <55.55%> (ø)

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 7c756ab...a462243. Read the comment docs.