rjchallis / assembly-stats

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

Using github pages to run assembly-stats #16

Open ammaraziz opened 2 years ago

ammaraziz commented 2 years ago

Hi there,

I hope this is okay to post here. If you are having trouble running assembly-stats checkout this fork which demonstrates how to run using github pages: https://github.com/ammaraziz/assembly-stats

Demo of it running here: https://ammaraziz.github.io/assembly-stats/

If there's interest I can write up a detail instructions on how to run assembly-stats on your own repo.

Thanks,

Ammar

rjchallis commented 2 years ago

That's really cool - thanks for letting me know about this. Looks really useful to have a way of running this without just leaving users to work out how to host pages locally - please do share some more details on how to set this up.

ammaraziz commented 2 years ago

Done, anyone interested there's detailed instructions on the readme:

https://github.com/ammaraziz/assembly-stats

@rjchallis I think the ideal setup would be to allow users to drag and drop their json files into the html page hosted at github pages. Unfortunately it's outside of my javascript abilities