wdecoster / nanocomp

Comparison of multiple long read datasets
MIT License
113 stars 9 forks source link

Empty JSON files / want to format and edit font along plot axes #75

Closed HornDW closed 4 weeks ago

HornDW commented 11 months ago

Hi,

I was intending to edit/generate more readable plots by adjusting the font size / bolding the text along the axes.

I tried adding the format option to create a JSON file for each of the generated plots with the hopes that I could use these files to create new, formatted graphs. I input arrow files using the --feather command as the original BAMs were quite large.

The usual graphs were generated as expected, however the JSON files were empty.

I've attached the log NanoComp_20240103_1410.log

wdecoster commented 11 months ago

I will try to look into this soon!

HornDW commented 6 months ago

Hi,

Have you had a chance to look at this? Christos would like me to change the scale of the Y-axis on some graphs / make them more readable for a figure. I was hoping to find a way to edit the JSONs to do this.

wdecoster commented 6 months ago

Honestly, I think the easiest would be to clone the repository, and make the chances you want in the python code. Happy to help with that. Which plot(s) would you like to improve?

HornDW commented 6 months ago

Thanks, will give that a try.

I'm trying to improve the axes of the violin plots.

wdecoster commented 4 weeks ago

Now this took me a rather long time, but I was looking into this today, and at least for me the json files are not empty... Hope you found an other way to do what you want!