rjchallis / assembly-stats

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

Busco example #21

Open aebaci opened 8 months ago

aebaci commented 8 months ago

Hi: Like many, I really like your output for genome visualisation. I would like to add the BUSCOs for my genome, but I have copied/pasted the written example to include in the json file, and when I do, nothing shows up (even though before adding it the circular, cumulative and table were OK). I was hoping if you could put up an example genome file with the buscos, the same way the Cegma is in the Danaus (as there is a particular way of writing it, with double quotes that are not shown in the text to paste). Thanks again.

rjchallis commented 7 months ago

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

As well as the quotes, make sure you have commas after the previous entry and after the closing } of the busco entry