olgabot · GitHub

Merged

Merged

Conversation

@codecov-io

Codecov Report

Merging #529 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #529      +/-   ##
==========================================
+ Coverage   90.76%   90.76%   +<.01%     
==========================================
  Files          33       33
  Lines        5011     5013       +2
  Branches       36       37       +1
==========================================
+ Hits         4548     4550       +2     
  Misses        463      463
Impacted Files Coverage Δ
sourmash/kmer_min_hash.hh 100% <100%> (ø) ⬆️

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 12aa76f...78d4693. Read the comment docs.

luizirber

for (unsigned int j = 0; j < dna_size; j += 3) {
std::string codon = dna.substr(j, 3);
aa += (_codon_table)[codon];
std::map<std::string,std::string>::iterator translated = _codon_table.find(codon);

luizirber

@luizirber

Labels

None yet

Read the original on github.com ↗