Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Busco example #21

Open
aebaci opened this issue Nov 23, 2023 · 1 comment
Open

Busco example #21

aebaci opened this issue Nov 23, 2023 · 1 comment

Comments

@aebaci
Copy link

aebaci commented Nov 23, 2023

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants