guyleonard / busco_hmms_for_anvio

Making BUSCO HMMs useable in Anvi'o.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check out Assessing the completion of eukaryotic bins with anvi'o on why you may want to do this...

Making BUSCO HMMs useable in Anvi'o

Clone the repo or download the script directly.

Then, simply run the bash script with a URL for one of the BUSCO datasets, e.g.

bash ./busco_hmms_to_anvio.sh -u https://busco.ezlab.org/datasets/eukaryota_odb9.tar.gz

or, if you have already downloaded the dataset, run it like this:

bash ./busco_hmms_to_anvio.sh -f fungi_odb9.tar.gz

The output can then be found in the local directory as "dbname_anvio", e.g. 'eukaryota_anvio".

NB

Currently, you will have to edit:

  • "kind.txt" and change it to bacteria, if you have downloaded the bacterial dataset
  • "noise_cutoff_terms.txt" if you want a value other than '1e-25"

About

Making BUSCO HMMs useable in Anvi'o.


Languages

Language:Shell 100.0%