Coder Social home page Coder Social logo

Comments (2)

mooreryan avatar mooreryan commented on August 16, 2024

I had this problem as well. Got an error when running bin_qa_plot on >500 bins, but when I filtered out bins that had < 50% completion (163 bins remaining after filtering), it worked fine.

Here is the error I got:

Unexpected error: <type 'exceptions.ValueError'>
Traceback (most recent call last):
  File "/usr/bin/checkm", line 717, in <module>
    checkmParser.parseOptions(args)
  File "/usr/lib/python2.7/site-packages/checkm/main.py", line 1240, in parseOptions
    self.binQAPlot(options)
  File "/usr/lib/python2.7/site-packages/checkm/main.py", line 820, in binQAPlot
    plot.plot(binFiles, binStatsExt, options.bIgnoreHetero, aai.aaiHetero)
  File "/usr/lib/python2.7/site-packages/checkm/plot/binQAPlot.py", line 66, in plot
    xLabelBounds = self.xLabelExtents(sortedBinIds, self.options.font_size)
  File "/usr/lib/python2.7/site-packages/checkm/plot/AbstractPlot.py", line 105, in xLabelExtents
    bbox = label.get_window_extent(self.get_renderer())
  File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 481, in get_renderer
    self.renderer = RendererAgg(w, h, self.figure.dpi)
  File "/usr/lib64/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 94, in __init__
    self._renderer = _RendererAgg(int(width), int(height), dpi, debug=False)
ValueError: width and height must each be below 32768

from checkm.

donovan-h-parks avatar donovan-h-parks commented on August 16, 2024

Deprecated as this plot has been removed from CheckM.

from checkm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.