Print errors about barcode collisions during dictionary construction, not during sequence processing

Issue #18 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Reduce useless voerbosity

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Run data that has lots of barcode multimatches

CURRENT BEHAVIOR

Every sequence matching multiple barcodes generates a warning including the sequence ID (but not the barcode)

EXPECTED BEHAVIOR

Report the barcodes that collide during pre-compute of the dictionary and do not report collisions during sequence processing.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Remove existing warning and add warnings to dictionary pre-compute code. Easy.

LEVEL OF EFFORT - developers only

minpr

COMMENTS

Comments (0)

  1. Log in to comment