User Tools

Site Tools


multiqc-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
multiqc-software [2018/02/05 14:52] – [Usage] aorthmultiqc-software [2022/03/28 06:09] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.4+  * Version: 1.12
   * Added: February, 2018   * Added: February, 2018
 +  * Updated: March, 2022
   * Link: http://multiqc.info/docs/   * Link: http://multiqc.info/docs/
  
 ===== Usage ===== ===== Usage =====
  
-See which versions of multiqc are available:+See which versions are available:
 <code>$ module avail multiqc</code> <code>$ module avail multiqc</code>
  
-Load one version of multiqc into your environment and run it: +Load one version into your environment and run it: 
-<code>$ module load multiqc/1.4+<code>$ module load multiqc/1.6
 $ multiqc</code> $ multiqc</code>
  
Line 20: Line 21:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>module load python/3.6.2 +<code>cd /tmp 
-$ sudo mkdir -p /export/apps/multiqc/1.4 +$ sudo mkdir -p /export/apps/multiqc/1.12 
-$ sudo chown aorth /export/apps/multiqc/1.4 +$ sudo chown aorth /export/apps/multiqc/1.12 
-$ python -m venv /export/apps/multiqc/1.4 +module load python/3.9 
-/export/apps/multiqc/1.4/bin/activate +$ python3 -m venv /export/apps/multiqc/1.12 
-$ pip install multiqc +source /export/apps/multiqc/1.12/bin/activate 
-$ sudo chown -R root:root /export/apps/multiqc</code>+$ pip install multiqc==1.12 
 +$ sudo chown -R root:root /export/apps/multiqc/1.12</code>
multiqc-software.txt · Last modified: 2022/04/25 14:29 by aorth