User Tools

Site Tools


srst2-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
srst2-software [2023/08/10 07:31] – created aorthsrst2-software [2023/08/10 07:43] (current) aorth
Line 7: Line 7:
   * Version: git-73f885f5   * Version: git-73f885f5
   * Added: August, 2023   * Added: August, 2023
-  * Link: https://github.com/katholt/srst2/+  * Link: https://github.com/katholt/srst2
  
 ===== Usage ===== ===== Usage =====
Line 17: Line 17:
 <code>$ module load srst2/git-73f885f5 <code>$ module load srst2/git-73f885f5
 $ srst2 --version</code> $ srst2 --version</code>
 +
 +**Note:** Please use the %%''--threads''%% option to tell panaroo how many CPU cores/threads it should use. This number should match the number of CPUs you requested in your SLURM batch allocation.
  
 ===== Installation ====== ===== Installation ======
Line 22: Line 24:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code></code>+<code>$ module load python/2.7 
 +$ sudo mkdir -p /export/apps/srst2/git-73f885f5 
 +$ sudo chown aorth:aorth /export/apps/srst2/git-73f885f5 
 +$ virtualenv /export/apps/srst2/git-73f885f5/venv 
 +$ source /export/apps/srst2/git-73f885f5/venv/bin/activate 
 +$ pip install scipy 
 +$ pip install git+https://github.com/katholt/srst2 
 +$ sudo chown -R root:root /export/apps/srst2/git-73f885f5</code>
  
 See also, the [[https://github.com/bioconda/bioconda-recipes/blob/master/recipes/srst2/meta.yaml|bioconda recipe for srst2]]. See also, the [[https://github.com/bioconda/bioconda-recipes/blob/master/recipes/srst2/meta.yaml|bioconda recipe for srst2]].
srst2-software.1691652704.txt.gz · Last modified: 2023/08/10 07:31 by aorth