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 [2015/06/24 09:08] aorthcutadapt-software [2021/12/15 07:33] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: v1.8.1+  * Version: 3.5
   * Added: June, 2015   * Added: June, 2015
 +  * Updated: December, 2021
   * Link: https://github.com/marcelm/cutadapt   * Link: https://github.com/marcelm/cutadapt
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of cutadapt which are available === +See available versions of cutadapt: 
-<code>module avail cutadapt</code>+<code>module avail cutadapt</code> 
 + 
 +Load one version into your environment and run it: 
 +<code>$ module load cutadapt/3.5 
 +cutadapt</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/cutadapt/v1.8.1 +<code>$ sudo mkdir -p /export/apps/cutadapt/3.5 
-$ module load python/2.7.8 +$ sudo chown aorth /export/apps/cutadapt/3.5 
-$ sudo chown aorth /export/apps/cutadapt/v1.8.1 +python3 -m venv /export/apps/cutadapt/3.
-pip install cutadapt --install-option="--prefix=/export/apps/cutadapt/v1.8.1" +$ source /export/apps/cutadapt/3.5/bin/activate 
-$ sudo chown root:root /export/apps/cutadapt/v1.8.1</code>+$ pip install --upgrade setuptools pip 
 +$ pip install cutadapt==3.5 
 +$ sudo chown -R root:root /export/apps/cutadapt/3.5</code> 
 + 
 +Installation is greatly simplified by using Python 3's built-in venv module to create a dedicated environment, then use standard pip to install cutadapt and its dependencies.
cutadapt-software.1435136913.txt.gz · Last modified: 2015/06/24 09:08 by aorth