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

ENH: Busco main plot. Bars with constant height. #80

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

Sann5
Copy link
Contributor

@Sann5 Sann5 commented Oct 10, 2023

Closes #78

  • Controls the height of the plot by assigning a constant height to each bar.
  • Controls the vertical spacing between subgraphs.
  • Adjusts tests and calls to this function accordingly.

@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #80 (79047f4) into main (70afdfa) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #80   +/-   ##
=======================================
  Coverage   97.58%   97.58%           
=======================================
  Files          32       32           
  Lines        1945     1947    +2     
=======================================
+ Hits         1898     1900    +2     
  Misses         47       47           
Files Coverage Δ
q2_moshpit/busco/tests/test_utils.py 95.31% <ø> (ø)
q2_moshpit/busco/utils.py 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@misialq misialq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly what I had in mind - thanks! 🚀

@misialq misialq merged commit ca9f5bb into bokulich-lab:main Oct 17, 2023
@Sann5 Sann5 deleted the issue_78 branch February 27, 2024 12:42
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.

ENH: On busco's main plot, make the facet plots vary in height depending on the number of mags in each sample.
2 participants