update sourmash multigather
to save hash abundances to .unassigned.sig
#1707
Labels
good second issue
Second-tier issues for newer developers!
In #1620, we factored out the abundance-recovery behavior in
sourmash gather
for--output-unassigned
into a newMinHash.inflate(...)
method. This abundance-recovery behavior could now easily be added to multigather, which currently doesn't recover abundances properly.See
CTB: note, multigather does not save abundances
in commands.py, near line 980.To fix:
gather
tests for inflation, and make sure that fails on multigather;inflate
methodThe text was updated successfully, but these errors were encountered: