User Tools

Site Tools


snakemake-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
snakemake-software [2020/02/15 14:48] aorthsnakemake-software [2022/02/18 08:28] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 5.7.0+  * Version: 6.15 (real version 6.15.5)
   * Added: October, 2019   * Added: October, 2019
 +  * Updated: February, 2022
   * Link: https://snakemake.readthedocs.io/en/stable/   * Link: https://snakemake.readthedocs.io/en/stable/
  
Line 14: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load snakemake/5.7.0+<code>$ module load snakemake/6.15
 $ snakemake</code> $ snakemake</code>
  
Line 20: Line 21:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/snakemake/5.7.0 +<code>$ sudo mkdir -p /export/apps/snakemake/6.15 
-$ sudo chown aorth /export/apps/snakemake/5.7.0 +$ sudo chown aorth:aorth /export/apps/snakemake/6.15 
-$ python3.6 -m venv /export/apps/snakemake/5.7.0 +$ python3.6 -m venv /export/apps/snakemake/6.15/.venv 
-$ source /export/apps/snakemake/5.7.0/bin/activate +$ source /export/apps/snakemake/6.15/.venv/bin/activate 
-$ pip install --upgrade setuptools pip +$ pip install --upgrade pip setuptools 
-$ pip install snakemake +$ pip install 'snakemake==6.15.*' 
-$ sudo chown -R root:root /export/apps/snakemake/5.7.0</code>+$ sudo chown -R root:root /export/apps/snakemake/6.15</code>
snakemake-software.1581778113.txt.gz · Last modified: 2020/02/15 14:48 by aorth