Description Usage Arguments Value Author(s) Examples
This function allows you to run BUSCO and harvest orthologs. Note that this function is limited to linux users as BUSCO will only run on linux
1 2 | RunBusco(fasta_dir, toast_dir, path_to_run_busco.py, path_to_orthoDB,
threads = 1)
|
fasta_dir |
directory of fastas; Genus_species.fasta |
toast_dir |
working directory where busco runs will be placed |
path_to_run_busco.py |
full path where the python script can be found |
threads |
number of threads to use, defaults to 1 |
path_to_orthDB |
directory where orthoDB can be found |
Runs BUSCO on all fasta sequences in fasta_dir
Dustin J Wcisel, djwcisel@ncsu.edu
James Thomas Howard, jthowar3@ncsu.edu
Jeffrey A Yoder, jayoder@ncsu.edu
Alex Dornburg, dornburgalex@gmail.com
1 2 | RunBusco(fasta_dir = "path/to/fasta/", toast_dir = "/path/to/toast/dir/",
path_to_run_busco.py = "path/to/run/busco.py/", path_to_orthoDB = "path/to/orthoDB")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.