wdecoster / NanoPlot

Plotting scripts for long read sequencing data
http://nanoplot.bioinf.be
MIT License
407 stars 48 forks source link

Support for multi-format output figures #292

Closed AyanoClarke closed 2 years ago

AyanoClarke commented 2 years ago

Hi,

I can only get one format of plots via the current version of NanoPlot with option -f. However, I need to get multiple format plots, png, eps, png, and so on. The way I am doing is using ImageMagick to convert the plots, which is not convenient and sometimes not pretty.

Is there a way to make --format option accept multiple values?

wdecoster commented 2 years ago

Hi, thanks for the suggestion. This is now supported in NanoPlot v1.40, available on PyPI and soon also on bioconda.

AyanoClarke commented 2 years ago

Thanks for the update.