This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tablet-software [2015/12/01 17:16] joguya [Usage] |
tablet-software [2018/01/16 17:06] aorth |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Version: 1-15.09.01 | + | * Version: 1.17.08.17 |
* Added: December, 2015 | * Added: December, 2015 | ||
+ | * Updated: January, 2018 | ||
* Link: https://ics.hutton.ac.uk/tablet/ | * Link: https://ics.hutton.ac.uk/tablet/ | ||
Line 14: | Line 15: | ||
Load and run tablet: | Load and run tablet: | ||
- | <code>$ module load tablet/1-15.09.01 | + | <code>$ module load tablet/1.17.08.17 |
$ tablet</code> | $ tablet</code> | ||
Line 21: | Line 22: | ||
<code>$ cd /tmp | <code>$ cd /tmp | ||
- | $ wget http://bioinf.hutton.ac.uk/tablet/installers/tablet_linux_x64_1_15_09_01.sh | + | $ wget https://ics.hutton.ac.uk/resources/tablet/installers/tablet_linux_x64_1_17_08_17.sh |
- | $ wget http://bioinf.hutton.ac.uk/tablet/additional/coveragestats.py | + | $ sudo mkdir -p /export/apps/tablet/1.17.08.17 |
- | $ sudo mkdir -p /export/apps/tablet/1-15.09.01 | + | $ sudo chown aorth /export/apps/tablet/1.17.08.17 |
- | $ sudo chown joguya:joguya /export/apps/tablet/1-15.09.01 | + | $ chmod +x tablet_linux_x64_1_17_08_17.sh |
- | $ sh tablet_linux_x64_1_15_09_01.sh | + | $ ./tablet_linux_x64_1_17_08_17.sh |
- | $ sudo chown -R root:root /export/apps/tablet/1-15.09.01 | + | $ sudo chown -R root:root /export/apps/tablet/1.17.08.17</code> |
- | </code> | + | |
+ | Note: the installation is graphical so you need to log into the server with ''ssh -X''. |