Difference between revisions of "BUSCO"

From UFRC
Jump to navigation Jump to search
Line 65: Line 65:
 
  busco -f -in target.fa -o SAMPLE -l ${HPC_BUSCO_DAT}/metazoa -m genome
 
  busco -f -in target.fa -o SAMPLE -l ${HPC_BUSCO_DAT}/metazoa -m genome
  
To allow busco to retrain the augustus dataset create a local augustus directory, set $AUGUSTUS_CONFIG_PATH variable to that path, and copy the dataset for the organism in question to your local directory.
+
To allow busco to retrain the augustus dataset create a local augustus species directory, set $AUGUSTUS_CONFIG_PATH variable to that path, and copy the dataset for the organism in question to your local directory as explained on the [[Augustus]] page.
as explained on the [[Augustus]] page.
+
 
 +
;Example:
 +
 
 +
Let's copy aspergillus_nidulans
 +
 
 +
mkdir -p augustus/species
 +
 
 +
* Load the busco module and copy augustus data
 +
cp $AUGUSTUS_CONFIG_PATH/species/aspergillus_nidulans/ augustus/species/
 +
 
 +
Add
 +
export AUGUSTUS_CONFIG_PATH=$(pwd)/augustus
 +
to the busco job script and submit it.
 
|}}
 
|}}
 
<!--PBS scripts-->
 
<!--PBS scripts-->

Revision as of 23:26, 28 February 2018

Description

busco website  

Assessing genome assembly and annotation completeness with Benchmarking Universal Single-Copy Orthologs

Required Modules

Serial

  • busco

System Variables

  • HPC_{{#uppercase:busco}}_DIR - installation directory

Additional Information

Busco uses a config file which needs to be copied and modified to your needs.

$ cp $HPC_BUSCO_CONF/config.ini /home/username/busco
$ export BUSCO_CONFIG_FILE=/home/username/busco
$ run_BUSCO.py


Datasets are located in /ufrc/data/reference/busco/


Available datasets:

  • arthropoda
  • bacteria
  • eukaryota
  • fungi
  • metazoa
  • vertebrata


Example of busco run with metazoa dataset:

busco -f -in target.fa -o SAMPLE -l ${HPC_BUSCO_DAT}/metazoa -m genome

To allow busco to retrain the augustus dataset create a local augustus species directory, set $AUGUSTUS_CONFIG_PATH variable to that path, and copy the dataset for the organism in question to your local directory as explained on the Augustus page.

Example

Let's copy aspergillus_nidulans

mkdir -p augustus/species

  • Load the busco module and copy augustus data
cp $AUGUSTUS_CONFIG_PATH/species/aspergillus_nidulans/ augustus/species/

Add

export AUGUSTUS_CONFIG_PATH=$(pwd)/augustus

to the busco job script and submit it.



Citation

If you publish research that uses busco you have to cite it as follows:

BUSCO: assessing genome assembly and annotation completeness with single-copy orthologs. Felipe A. Simão, Robert M. Waterhouse, Panagiotis Ioannidis, Evgenia V. Kriventseva, and Evgeny M. Zdobnov Bioinformatics, published online June 9, 2015