This shows you the differences between two versions of the page.
| Next revision | Previous revision Last revision Both sides next revision | ||
|
cutadapt-software [2015/06/24 09:08] aorth created |
cutadapt-software [2019/01/20 10:45] aorth |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== cutadapt ====== | ====== cutadapt ====== | ||
| - | A framework to process | + | Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence |
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: June, 2015 | * Added: June, 2015 | ||
| + | * Updated: January, 2019 | ||
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions of cutadapt | + | See available |
| - | < | + | < |
| + | |||
| + | Load one version into your environment and run it: | ||
| + | < | ||
| + | $ cutadapt</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ module load python/2.7.8 | + | $ sudo chown aorth / |
| - | $ sudo chown aorth / | + | $ python36 |
| - | $ pip install cutadapt | + | $ . / |
| - | $ sudo chown root:root / | + | $ pip install --upgrade pip setuptools |
| + | $ pip install cutadapt==v1.18 | ||
| + | $ sudo chown -R root:root / | ||
| + | |||
| + | Installation is greatly simplified by using Python 3's built-in venv module to create a dedicated environment, | ||