This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
busco-software [2017/09/11 13:07] aorth |
busco-software [2020/05/12 15:45] aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: | + | * Latest Version: |
| * Added: August, 2015 | * Added: August, 2015 | ||
| - | * Updated: | + | * Updated: |
| - | * Link: http:// | + | * Link: https:// |
| ===== Usage ===== | ===== Usage ===== | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | Load one version into your environment: | + | Load one version into your environment |
| - | < | + | < |
| After loading the module, consult the built-in help: | After loading the module, consult the built-in help: | ||
| - | < | + | < |
| 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 32: | Line 32: | ||
| $ git clone https:// | $ git clone https:// | ||
| $ cd busco | $ cd busco | ||
| - | $ git checkout | + | $ git checkout |
| - | $ module load python/3.6.1 | + | $ sudo mkdir / |
| - | $ sudo mkdir / | + | $ sudo chown aorth / |
| - | $ sudo chown aorth / | + | $ python3 |
| - | $ python | + | $ source |
| - | $ . / | + | $ pip install --upgrade setuptools pip |
| $ python setup.py install | $ python setup.py install | ||
| - | $ cp -rv * / | + | $ module load R/3.6 |
| - | $ cp / | + | $ mkdir / |
| - | # edit paths in / | + | $ export R_LIBS=/ |
| - | $ sudo chown -R root:root / | + | $ Rscript -e ' |
| + | $ module load blast/2.2.31+ augustus/3.2.3 hmmer/3.2.1 sepp/4.3.8 prodigal/2.6.3 | ||
| + | $ ./scripts/ | ||
| + | $ sudo cp config/ | ||
| + | $ sudo chown -R root:root / | ||
| - | Consult the file '' | + | Consult the [[https:// |