presto-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
presto-software [2017/05/30 20:32] – aorth | 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 / |
- | $ wget " | + | $ python3.6m -m venv / |
- | $ module load python/ | + | $ source |
- | $ sudo chown -R joguya: | + | $ pip install --upgrade setuptools pip |
- | + | $ pip install presto | |
- | - install pandas—a python3(dependency of presto) library that provides high performance easy to use data structures & data analysis tools: http:// | + | $ sudo chown -R root:root / |
- | $ cd /tmp | + | |
- | $ wget https:// | + | |
- | $ tar -xvf v0.18.1.tar.gz | + | |
- | $ cd pandas-0.18.1/ | + | |
- | $ scl enable devtoolset-2 bash | + | |
- | $ module load python/ | + | |
- | $ 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 install --install-scripts=/ | + | |
- | $ sudo chown -R root: | + | |
- | $ sudo chown -R root:root / | + | |
- | </ | + |
presto-software.1496176346.txt.gz · Last modified: 2017/05/30 20:32 by aorth