pear-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| pear-software [2020/04/16 10:51] – aorth | pear-software [2020/04/16 11:14] (current) – aorth | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: September, 2016 | * Added: September, 2016 | ||
| + | * Updated: April, 2020 | ||
| * Link: https:// | * Link: https:// | ||
| Line 14: | Line 15: | ||
| < | < | ||
| - | Load pear | + | Load one version into your environment and run it: |
| - | < | + | < |
| + | $ pear</ | ||
| + | |||
| + | Note: please use the '' | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| + | |||
| < | < | ||
| $ cd /tmp | $ cd /tmp | ||
| - | $ git clone https://github.com/ | + | $ wget https://depot.galaxyproject.org/software/pear/pear_0.9.6_src_all.tar.gz |
| - | $ sudo mkdir -p /export/apps/pear/git-2c309dc | + | $ tar xf pear_0.9.6_src_all.tar.gz |
| - | $ sudo chown -R joguya: | + | $ cd pear-0.9.6-src |
| - | $ scl enable devtoolset-2 bash | + | $ scl enable devtoolset-7 bash |
| - | $ ./ | + | $ ./configure --prefix=/ |
| - | $ ./ | + | |
| $ make | $ make | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo chown aorth / | ||
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| </ | </ | ||
| + | Note: I downloaded this from galaxyproject because the upstream site requires academic registration and I never received the confirmation mail to download the software. Also, this is the URL that is used by Conda. | ||
pear-software.1587034265.txt.gz · Last modified: by aorth
