Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Fix --output-unassigned to output abundances if available. #726

Merged
merged 3 commits into from
Sep 8, 2019

Conversation

ctb
Copy link
Contributor

@ctb ctb commented Sep 7, 2019

Fixes #705.

  • Is it mergeable?
  • make test Did it pass the tests?
  • make coverage Is the new code covered?
  • Did it change the command-line interface? Only additions are allowed
    without a major version increment. Changing file formats also requires a
    major version number increment.
  • Was a spellchecker run on the source code and documentation after
    changes were made?

@ctb ctb changed the title Fix --output-unassigned to output abundances if available. [MRG] Fix --output-unassigned to output abundances if available. Sep 7, 2019
@codecov
Copy link

codecov bot commented Sep 7, 2019

Codecov Report

Merging #726 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #726      +/-   ##
==========================================
+ Coverage   89.27%   89.28%   +<.01%     
==========================================
  Files          29       29              
  Lines        4374     4378       +4     
  Branches       45       45              
==========================================
+ Hits         3905     3909       +4     
  Misses        467      467              
  Partials        2        2
Impacted Files Coverage Δ
sourmash/commands.py 88.77% <100%> (+0.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bbc1f5...1b0da62. Read the comment docs.

@ctb
Copy link
Contributor Author

ctb commented Sep 7, 2019

Ready for review & merge @luizirber @taylorreiter @bluegenes @olgabot

@ctb ctb merged commit 411c9fd into master Sep 8, 2019
@ctb ctb deleted the fix/output_unassigned_with_abund branch September 8, 2019 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

output track abundance info for unassigned and matches from gather
2 participants