iCount icon indicating copy to clipboard operation
iCount copied to clipboard

Error in demultiplex.py with 3' barcode

Open CharlotteAnne opened this issue 4 years ago • 1 comments

"Handle the case where randomer is already in the header." This did not include if the nucleotide after the rbc is an N, which it often is, meaning that you have ":rbc:" twice in the header.

CharlotteAnne avatar Sep 08 '20 16:09 CharlotteAnne

Codecov Report

Merging #203 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #203   +/-   ##
=======================================
  Coverage   79.03%   79.03%           
=======================================
  Files          63       63           
  Lines        4532     4532           
=======================================
  Hits         3582     3582           
  Misses        950      950           
Impacted Files Coverage Δ
iCount/demultiplex.py 95.93% <100.00%> (ø)

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 4260bae...aa8d527. Read the comment docs.

codecov-commenter avatar Sep 08 '20 16:09 codecov-commenter