TGAC / KAT

The K-mer Analysis Toolkit (KAT) contains a number of tools that analyse and compare K-mer spectra.
http://www.earlham.ac.uk/kat-tools
GNU General Public License v3.0
206 stars 52 forks source link

limit X-axis of kat hist plot #182

Open AlcaArctica opened 11 months ago

AlcaArctica commented 11 months ago

I just got the following kat hist plot: vpTaxBacc_BK34-6_kat_reads.pdf However, it's really hard to interpret because the X-axis is too large. How can I limit the expansion of the X-axis? Would setting the

  -l [ --low ] arg (=1)                    Low count value of histogram
  -h [ --high ] arg (=10000)               High count value of histogram

parameters achieve this?

AlcaArctica commented 11 months ago

Here is the plot: image