enable saving of hashes w/abundances in multigather --output-unassigned
#1464
Labels
good next issue
An issue that should be ready to resolve.
python
Pull requests that update Python code
In #1392, I noticed that in
src/sourmash/commands.py
, functionmultigather
, that abundances are not saved when unassigned hashes are output. See code block starting withwith open(output_unassigned, 'wt') as fp:
.TODO:
gather
, and copy the code block to reinflate abundances over tomultigather
;multigather
(probably starting with the relevant test forgather
, which istest_gather_output_unassigned_with_abundance
)This could wait until after #1463 is fixed, or be done in the same PR as that issue.
The text was updated successfully, but these errors were encountered: