User Tools

Site Tools


busco-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
busco-software [2015/09/13 08:18]
aorth [BUSCO]
busco-software [2020/05/12 15:45] (current)
aorth
Line 1: Line 1:
 ====== BUSCO ====== ====== BUSCO ======
- 
 BUSCO (Benchmarking Universal Single-Copy Orthologs) assesses genome assembly and annotation completeness with single-copy ortholog. BUSCO (Benchmarking Universal Single-Copy Orthologs) assesses genome assembly and annotation completeness with single-copy ortholog.
  
 ===== Information ===== ===== Information =====
  
-  * Latest Version: v1.1b+  * Latest Version: 4.0.6
   * Added: August, 2015   * Added: August, 2015
-  * Updated: August2015 +  * Updated: May2020 
-  * Link: http://busco.ezlab.org/#software+  * Link: https://busco.ezlab.org
  
 ===== Usage ===== ===== Usage =====
Line 14: Line 13:
 See versions of BUSCO which are available: See versions of BUSCO which are available:
 <code>$ module avail BUSCO</code> <code>$ module avail BUSCO</code>
 +
 +Load one version into your environment and run it:
 +<code>$ module load BUSCO/4.0.6</code>
 +
 +After loading the module, consult the built-in help:
 +
 +<code>$ busco -h</code>
 +
 +Note: BUSCO utilizes Augustus and requires you to make a copy of the Augustus configuration for each of your runs as well as set up an environment variable pointing to it, ie:
 +
 +<code>$ cp -r /export/apps/augustus/3.2.3/config /var/scratch/aorth-augustus-config
 +$ export AUGUSTUS_CONFIG_PATH=/var/scratch/aorth-augustus-config</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>http://busco.ezlab.org/files/BUSCO_v1.1b1.tar.gz +<code>$ cd /tmp 
-tar -xvf BUSCO_v1.1b1.tar.gz +$ git clone https://gitlab.com/ezlab/busco.git 
-cd BUSCO_v1.1b1 +$ cd busco 
-ln -s BUSCO_v1.1b1.py BUSCO_v1.1b.py +$ git checkout 4.0.6 
-chmod +x BUSCO_v1.1b1.py +$ sudo mkdir /export/apps/BUSCO/4.0.
-sudo mkdir -p /export/apps/BUSCO/v1.1b+$ sudo chown aorth /export/apps/BUSCO/4.0.6 
-sudo cp -r . /export/apps/BUSCO/v1.1b/</code> +$ python3 -m venv /export/apps/BUSCO/4.0.
- +$ source /export/apps/BUSCO/4.0.6/bin/activate 
-===== Running ===== +$ pip install --upgrade setuptools pip 
-After loading the module, consult the built-in help:+$ python setup.py install 
 +$ module load R/3.6 
 +$ mkdir /export/apps/BUSCO/4.0.6/r-libs 
 +$ export R_LIBS=/export/apps/BUSCO/4.0.6/r-libs 
 +$ Rscript -e 'install.packages("ggplot2", repos="https://cran.rstudio.com")' 
 +$ module load blast/2.2.31augustus/3.2.3 hmmer/3.2.1 sepp/4.3.8 prodigal/2.6.3 
 +$ ./scripts/busco_configurator.py config/config.ini config/myconfig.ini 
 +sudo cp config/myconfig.ini  /export/apps/BUSCO/4.0.6
 +sudo chown -R root:root /export/apps/BUSCO/4.0.6</code>
  
-<code>$ BUSCO_v1.1b.py --help</code>+Consult the [[https://busco.ezlab.org/busco_userguide.html|BUSCO user guide]] for more installation and usage tips.
busco-software.1442132313.txt.gz · Last modified: 2015/09/13 08:18 by aorth