This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
fastqc-software [2017/02/05 09:37] joguya |
fastqc-software [2018/09/28 12:22] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest version: 0.11.5 | + | * Latest version: 0.11.7 |
| * Added: December, 2014 | * Added: December, 2014 | ||
| - | * Updated: | + | * Updated: |
| * Link: http:// | * Link: http:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions of fastqc which are available | + | See versions of fastqc which are available: |
| < | < | ||
| - | === Load and run === | + | Load one version into your environment |
| - | < | + | < |
| $ fastqc</ | $ fastqc</ | ||
| Line 21: | Line 21: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ cd /tmp | + | $ wget http:// |
| - | $ wget http:// | + | $ unzip fastqc_v0.11.7.zip |
| - | $ unzip fastqc_v0.11.5.zip | + | $ sudo cp -r FastQC / |
| - | $ cd FastQC/ | + | $ sudo chmod +x / |
| - | $ sed -i ' | + | |
| - | $ chmod +x fastqc | + | |
| - | $ sudo mkdir / | + | |
| - | $ sudo cp -r . / | + | |
| - | </ | + | |