User Tools

Site Tools


multiqc-software

Differences

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

Link to this comparison view

Next revision
Previous revision
multiqc-software [2018/02/05 14:52] – created aorthmultiqc-software [2022/04/25 14:29] (current) 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>+<code>$ module load multiqc/1.12 
 +$ multiqc</code>
  
 ===== Installation ====== ===== Installation ======
 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.1517842325.txt.gz · Last modified: 2018/02/05 14:52 by aorth