Sorting using 'No hits' gets messed up #21
Closed
Labels
Comments
bretonics
pushed a commit
that referenced
this issue
Jan 27, 2017
bretonics
pushed a commit
that referenced
this issue
Jan 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After fixing issue #20, the removal of CRISPRs with 'No Hits' results in removing them completely when sorting on line 337.
#20 fixes 'undef' issue, but introduces bug where CRISPR may not necessarily be missing in all subject sequences (not only from the singular subject where it is not found). Currently it completely omits those others.
So instead of omitting CRISPRS 22, 50, 72, 93, 129 only for subject_1, it does it for all subjects.
If 'No Hits' CRISPRs are not removed, sorting fails. Conundrum.
The text was updated successfully, but these errors were encountered: