This shows you the differences between two versions of the page.
— |
tmiseq-software [2016/08/15 15:21] (current) joguya created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== TMISeq Scripts ====== | ||
+ | A collection of python scripts for TMISeq | ||
+ | |||
+ | ===== Information ===== | ||
+ | |||
+ | * Version: 2016-01-31 | ||
+ | * Added: August, 2016 | ||
+ | * Link: https://vollmerslab.soe.ucsc.edu/updates | ||
+ | |||
+ | ===== Usage ===== | ||
+ | |||
+ | See which versions of tmiseq are available: | ||
+ | <code>$ module avail tmiseq</code> | ||
+ | |||
+ | Load tmiseq | ||
+ | <code>$ module load tmiseq/2016-01-31</code> | ||
+ | |||
+ | ===== Installation ====== | ||
+ | |||
+ | Notes from the sysadmin during installation: | ||
+ | |||
+ | <code> | ||
+ | $ cd /tmp/ | ||
+ | $ curl https://vollmerslab.soe.ucsc.edu/download/183/ > TMIseq_Scripts.tar.gz | ||
+ | $ tar -xvf TMIseq_Scripts.tar.gz | ||
+ | $ cd TMIseq_Scripts | ||
+ | $ chmod 0755 *.py | ||
+ | $ sudo mkdir -p /export/apps/tmiseq/2016-01-31 | ||
+ | $ sudo cp *.py /export/apps/tmiseq/2016-01-31/ | ||
+ | </code> |