Richard Challis

Results 8 comments of Richard Challis

To add busco data, the format needs to be like this: ``` { ... "busco": { "C": 87.1, "D": 3.6, "F": 10.1, "M": 2.8, "n": 2675 }, ... } ```...

Sorry this is such a pain to use - hopefully there's not much to do to get it working from here. I think you should just need to move the...

Thank you for describing what you tried - I've just realised that I updated the example html to require the `.assembly-stats.json`, but missed updating the example commands in the README....

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...

Hi Paul The simplest solution I've found is the [SVG Crowbar 2](http://nytimes.github.io/svg-crowbar/) Chrome plugin, which exports the image fairly faithfully. Unfortunately hidden layers don't stay hidden though, so the svg...

Hi Shaolin You'll need to open the file as a webpage to make it work - the `file:///Users...` shows that you have opened it as a file, so the javascript...

Hi You shouldn't need to change anything in the files for it to work - I just ran `git clone https://github.com/rjchallis/assembly-stats` in my web root directory then modified your link...

Ah, I think I understand these issues now, a 404 error on the JSON file suggests that your Windows web server is not serving .json files by default. You'll need...