quast-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| quast-software [2014/09/29 10:33] – created aorth | quast-software [2020/04/07 08:27] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== quast ====== | ====== quast ====== | ||
| + | QUAST (QUality ASsessment Tool) evaluates genome assemblies by computing various metrics. | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Latest |
| * Added: September, 2014 | * Added: September, 2014 | ||
| - | * Link: http://bioinf.spbau.ru/en/quast | + | |
| + | | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions of quast which are available | + | See versions of quast which are available: |
| - | < | + | < |
| + | |||
| + | Load one version into your environment and run it: | ||
| + | < | ||
| + | $ quast.py --help</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | wget 'http:// | + | $ wget https:// |
| - | tar xf quast-2.3.tar.gz | + | $ tar xf quast-5.0.2.tar.gz |
| - | sudo mkdir -p / | + | $ cd quast-5.0.2 |
| - | sudo cp -rv quast-2.3 | + | $ sudo mkdir -p / |
| - | sudo chown -R aorth: | + | $ sudo chown aorth / |
| - | cd / | + | $ python3 |
| - | module load python/2.7.6 | + | $ source |
| - | ./ | + | $ pip install |
| - | cd libs/ | + | $ pip install matplotlib |
| - | make | + | $ ./setup.py install_full |
| - | cd ../.. | + | $ ./setup.py test |
| - | ./metaquast.py --test | + | $ sudo chown -R root:root / |
| - | sudo chown -R root:root / | + | |
| - | ===== Running ===== | + | You can test the installation using the test data from the source tarball: |
| - | After loading | + | |
| - | < | + | < |
quast-software.1411986830.txt.gz · Last modified: by aorth
