User Tools

Site Tools


cutadapt-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
cutadapt-software [2019/01/20 10:42] aorthcutadapt-software [2025/04/30 09:01] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.18+  * Version: 5.0
   * Added: June, 2015   * Added: June, 2015
-  * Updated: January2019+  * Updated: April2025
   * Link: https://github.com/marcelm/cutadapt   * Link: https://github.com/marcelm/cutadapt
  
 ===== Usage ===== ===== Usage =====
  
-See available versions of cutadapt:+See available versions:
 <code>$ module avail cutadapt</code> <code>$ module avail cutadapt</code>
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load cutadapt/1.18+<code>$ module load cutadapt/5.0
 $ cutadapt</code> $ cutadapt</code>
  
Line 21: Line 21:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/cutadapt/1.18 +<code>$ module load python/3.10  
-$ sudo chown aorth /export/apps/cutadapt/1.18 +$ sudo mkdir -p /export/apps/cutadapt/5.0 
-python36 -m venv /export/apps/cutadapt/1.18 +$ sudo chown aorth:aorth /export/apps/cutadapt/5.0 
-$ . /export/apps/cutadapt/1.18/bin/activate +python -m venv /export/apps/cutadapt/5.0 
-$ pip install --upgrade pip setuptools +python -m pip install --upgrade pip wheel setuptools 
-$ pip install cutadapt==v1.18 +python -m pip install cutadapt==5.0 
-$ sudo chown -R root:root /export/apps/cutadapt/1.18</code>+$ sudo chown -R root:root /export/apps/cutadapt/5.0</code>
cutadapt-software.1547980923.txt.gz · Last modified: by aorth