Test Result : BinQualitiesSuite
0 failures
15 tests
All Tests
Test name | Duration | Status |
build multiple bins | 0 ms | Passed |
can't have a quality score bin with high score above 255 | 1 ms | Passed |
can't have a quality score bin with high score below low | 0 ms | Passed |
can't have a quality score bin with negative score | 1 ms | Passed |
can't have a quality score bin with score outside | 0 ms | Passed |
make a quality score bin | 1 ms | Passed |
make a quality score bin from a string | 1 ms | Passed |
must define at least one bin | 1 ms | Passed |
quality score bin must be integers | 0 ms | Passed |
quality score bin must have exactly 3 elements | 1 ms | Passed |
rewrite a read | 2 ms | Passed |
rewrite quality scores for a read | 1 ms | Passed |
rewriting quality scores fails if base is out of bounds | 1 ms | Passed |
rewriting quality scores fails if bins overlap | 1 ms | Passed |
skip read if qualities are null | 0 ms | Passed |