assembly-stats icon indicating copy to clipboard operation
assembly-stats copied to clipboard

Busco example

Open aebaci opened this issue 1 year ago • 1 comments

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.

aebaci avatar Nov 23 '23 23:11 aebaci

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

rjchallis avatar Dec 08 '23 10:12 rjchallis