wdecoster / NanoPlot

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

Return only the report #345

Closed juanjo255 closed 11 months ago

juanjo255 commented 11 months ago

Hello!

Is there a way to only return the NanoPlot-report.html?

Thanks,

Juan

wdecoster commented 11 months ago

Not right now, why would that be of interest?

juanjo255 commented 11 months ago

Not a big deal. It's just to avoid the high number of files generated for quick quality views.

wdecoster commented 11 months ago

I am not against it, but the easiest is probably an '&& rm output_directory/*.png'. Practically this could be implemented in the python code too, but I'm not sure if it is worth it. If you want to open a pull request we can discuss further :)