presto-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| presto-software [2016/06/28 13:20] – created joguya | presto-software [2020/03/15 11:54] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== pRESTO ====== | ====== pRESTO ====== | ||
| - | |||
| pRESTO is a toolkit for processing raw reads from high-throughput sequencing of lymphocyte repertoires. | pRESTO is a toolkit for processing raw reads from high-throughput sequencing of lymphocyte repertoires. | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.5.2 | + | * Version: 0.5.13 |
| * Added: June, 2016 | * Added: June, 2016 | ||
| - | * Link: http:// | + | |
| + | | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | Load presto | + | Load a version of presto |
| - | < | + | < |
| ===== Installation ====== | ===== Installation ====== | ||
| Line 21: | Line 21: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ cd /tmp/ | + | $ sudo mkdir -p / |
| - | - install cython; a dependency of pandas; https:// | + | $ sudo chown aorth /export/apps/ |
| - | $ cd /tmp/ | + | $ python3.6m -m venv / |
| - | $ wget " | + | $ source |
| - | $ module load python/ | + | $ pip install --upgrade setuptools pip |
| - | $ sudo chown -R joguya: | + | $ pip install presto |
| - | + | $ sudo chown -R root:root / | |
| - | - install pandas—a python3(dependency of presto) library that provides high performance easy to use data structures & data analysis tools: http:// | + | |
| - | $ cd /tmp | + | |
| - | $ wget https:// | + | |
| - | $ tar -xvf v0.18.1.tar.gz | + | |
| - | $ cd pandas-0.18.1/ | + | |
| - | $ scl enable devtoolset-2 bash | + | |
| - | $ module load python/3.4.3 | + | |
| - | $ python setup.py install | + | |
| - | + | ||
| - | - finally install presto | + | |
| - | $ cd /tmp/ | + | |
| - | $ wget https:// | + | |
| - | $ tar -xvf presto-0.5.2.tar.gz | + | |
| - | $ cd presto-0.5.2 | + | |
| - | $ scl enable devtoolset-2 bash | + | |
| - | $ module load python/ | + | |
| - | $ sudo mkdir -p / | + | |
| - | $ sudo chown -R joguya: | + | |
| - | $ python setup.py | + | |
| - | $ sudo chown -R root:root / | + | |
| - | </ | + | |
presto-software.1467120011.txt.gz · Last modified: by joguya
