0.3.1
Fixed
blastn
andmakeblastdb
being called withshell=True
, causing issues
if shell cannot be forked.- Traceback not being displayed even with
--traceback
flag.
Changed
- ANI values are collected using
decimal.Decimal
instead offloat
.
blastn
and makeblastdb
being called with shell=True
, causing issues--traceback
flag.decimal.Decimal
instead of float
.