trimmomatic-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| trimmomatic-software [2021/09/05 11:05] – aorth | trimmomatic-software [2021/09/05 11:10] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.38 | + | * Version: 0.39 |
| * Added: September, 2015 | * Added: September, 2015 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 15: | Line 15: | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| $ trimmomatic</ | $ trimmomatic</ | ||
| Line 22: | Line 22: | ||
| < | < | ||
| - | $ wget http:// | + | $ wget http:// |
| - | $ unzip Trimmomatic-0.38.zip | + | $ unzip Trimmomatic-0.39.zip |
| - | $ sudo mkdir -p / | + | $ sudo mkdir -p / |
| - | $ sudo cp -r Trimmomatic-0.38/* / | + | $ sudo cp -r Trimmomatic-0.39/* / |
| Trimmomatic is distributed as a jar file and is not easy for users to run. I created a wrapper shell script named '' | Trimmomatic is distributed as a jar file and is not easy for users to run. I created a wrapper shell script named '' | ||
| Line 32: | Line 32: | ||
| readonly PREFIX=$(dirname $0) | readonly PREFIX=$(dirname $0) | ||
| - | java -jar $PREFIX/ | + | java -jar $PREFIX/ |
trimmomatic-software.1630839923.txt.gz · Last modified: by aorth
