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 revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
busco-software [2020/05/12 15:13] aorthbusco-software [2021/12/28 11:37] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 4.0.6+  * Latest Version: 5.2.2
   * Added: August, 2015   * Added: August, 2015
-  * Updated: May2020+  * Updated: December2021
   * Link: https://busco.ezlab.org   * Link: https://busco.ezlab.org
  
Line 15: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load BUSCO/4.0.6</code>+<code>$ module load BUSCO/5.2.2</code>
  
 After loading the module, consult the built-in help: After loading the module, consult the built-in help:
  
 <code>$ busco -h</code> <code>$ busco -h</code>
 +
 +See the BUSCO documentation for more information about how to use it: https://busco.ezlab.org/busco_userguide.html#running-busco
  
 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: 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:
Line 30: Line 32:
  
 <code>$ cd /tmp <code>$ cd /tmp
-git clone https://gitlab.com/ezlab/busco.git +wget https://gitlab.com/ezlab/busco/-/archive/5.2.2/busco-5.2.2.tar.gz 
-cd busco +tar xf busco-5.2.2.tar.gz  
-git checkout 4.0.6 +cd busco-5.2.2 
-$ sudo mkdir /export/apps/BUSCO/4.0.6 +$ sudo mkdir /export/apps/BUSCO/5.2.2 
-$ sudo chown aorth /export/apps/BUSCO/4.0.6 +$ sudo chown aorth /export/apps/BUSCO/5.2.2 
-$ python3 -m venv /export/apps/BUSCO/4.0.6 +$ python3 -m venv /export/apps/BUSCO/5.2.2 
-$ source /export/apps/BUSCO/4.0.6/bin/activate+$ source /export/apps/BUSCO/5.2.2/bin/activate
 $ pip install --upgrade setuptools pip $ pip install --upgrade setuptools pip
-$ module load R/3.6 +$ pip install pandas biopython 
-$ mkdir /export/apps/BUSCO/4.0.6/r-libs +$ python setup.py install 
-export R_LIBS=/export/apps/BUSCO/4.0.6/r-libs +$ module load R/4.0 
-Rscript -e 'install.packages("ggplot2", repos="https://cran.rstudio.com")' +$ mkdir /export/apps/BUSCO/5.2.2/r-libs 
-$ module load blast/2.2.31+ augustus/3.2.3 hmmer/3.2.1 sepp/4.3.8 prodigal/2.6.3 +$ R_LIBS=/export/apps/BUSCO/5.2.2/r-libs Rscript -e 'install.packages("ggplot2", repos="https://cran.rstudio.com")' 
-$ ./scripts/busco_configurator.py config/config.ini config/myconfig.ini +$ sudo chown -R root:root /export/apps/BUSCO/5.2.2</code>
-$ sudo cp config/myconfig.ini  /export/apps/BUSCO/4.0.6/ +
-$ sudo chown -R root:root /export/apps/BUSCO/4.0.6</code> +
- +
-Consult the [[https://busco.ezlab.org/busco_userguide.html|BUSCO user guide]] for more installation and usage tips.+
busco-software.txt · Last modified: 2023/03/21 12:37 by aorth