bretonics / CHOMP

Search guide-RNA sequences given a genome or gene sequence
MIT License
4 stars 1 forks source link

Number of occurrences incorrect #15

Closed bretonics closed 7 years ago

bretonics commented 7 years ago

The number of occurrences per CRISPR query match is incorrect. Each successive match gets it's previous match added to the number of occurrences.

This array is not flushing.

Seems to work without -genomes option...what don't I see

bretonics commented 7 years ago

Commit 56b321aa27d511b5e604dcb834a0c78f46fc46d4 seems to fix and reset for each CRISPR instance.