rjchallis / assembly-stats

Assembly statistic visualisation
http://genomehubs.org
MIT License
88 stars 83 forks source link

json produced by perl scripts not working? #15

Open mattheatley opened 2 years ago

mattheatley commented 2 years ago

i have the program working locally (tested it on the example jsons provided). However, it displays a blank white screen when i substitute these for my own jsons generated by either of the asm2stat scripts.

i noticed that the order of the keys in my jsons were different in my so wrote a script to reorder them based on those in the Danaus file. this seems to fix it but I was just a bit confused why this was happening and wanted to flag it should it be affecting anyone else.

pdoris commented 2 years ago

Same problem here

aebaci commented 1 year ago

It happened to me too, but I haven't been able to fix it yet :/

AkshitaJain2709 commented 1 year ago

I have the same issue as well, if you could please send me your rectified script, it'd be a huge help. Thanks

mattheatley commented 1 year ago

sure - looks like this is the one i used (written hastily a long time ago so not my best work!) sort_json.py.zip