busco-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| busco-software [2015/09/13 08:18] – [Information] aorth | busco-software [2023/03/21 12:37] (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: | + | * Latest Version: |
| * Added: August, 2015 | * Added: August, 2015 | ||
| - | * Link: http:// | + | |
| + | | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | ===== Installation ====== | + | Load one version into your environment and run it: |
| - | Notes from the sysadmin during installation: | + | < |
| - | < | ||
| - | tar -xvf BUSCO_v1.1b1.tar.gz | ||
| - | cd BUSCO_v1.1b1 | ||
| - | ln -s BUSCO_v1.1b1.py BUSCO_v1.1b.py | ||
| - | chmod +x BUSCO_v1.1b1.py | ||
| - | sudo mkdir -p / | ||
| - | sudo cp -r . / | ||
| - | |||
| - | ===== Running ===== | ||
| After loading the module, consult the built-in help: | After loading the module, consult the built-in help: | ||
| - | < | + | < |
| + | |||
| + | See the BUSCO documentation for more information about how to use it: https:// | ||
| + | |||
| + | 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: | ||
| + | |||
| + | < | ||
| + | $ export AUGUSTUS_CONFIG_PATH=/ | ||
| + | |||
| + | ===== Installation ====== | ||
| + | Notes from the sysadmin during installation: | ||
| + | |||
| + | < | ||
| + | $ wget https:// | ||
| + | $ tar xf busco-5.2.2.tar.gz | ||
| + | $ cd busco-5.2.2 | ||
| + | $ sudo mkdir / | ||
| + | $ sudo chown aorth / | ||
| + | $ python3 -m venv / | ||
| + | $ source / | ||
| + | $ pip install --upgrade setuptools pip | ||
| + | $ pip install pandas biopython | ||
| + | $ python setup.py install | ||
| + | $ sudo cp scripts/ | ||
| + | $ module load R/4.0 | ||
| + | $ mkdir / | ||
| + | $ R_LIBS=/ | ||
| + | $ sudo chown -R root:root / | ||
busco-software.1442132323.txt.gz · Last modified: by aorth
