You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the new AcidBio tests in #188 I now can improve support for BED edge cases in the faidx tool. Currently BED3 support is at 3/18 passed good test cases and 15/15 correctly failed bad test cases. The latter are likely caught at the interpreter level as TypeError or ValueError and could be handled in a more explicit manner.
Due to the new AcidBio tests in #188 I now can improve support for BED edge cases in the
faidx
tool. Currently BED3 support is at 3/18 passed good test cases and 15/15 correctly failed bad test cases. The latter are likely caught at the interpreter level asTypeError
orValueError
and could be handled in a more explicit manner.See here for initial test suite results.
The text was updated successfully, but these errors were encountered: