This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Added
- New entry points:
db make
,db dump
,db info
,db merge
, anddb_reindex
. - Module
io
with parsing functions for output generated via oligo-melting, hush, or OligoArrayAux. - Assert for compatibility with a given dtype. (only max value currently checked)
Changed
- New database format.
dbchk
entry point changed todb check
.- Dropped sequence length column, as it can be inferred from the end/start columns.
- Removed
-X
default fromquery
.