This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
fastqc-software [2015/07/23 14:18] joguya [Information] |
fastqc-software [2018/09/28 12:22] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.11.2 | + | * 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: | ||
| - | < | + | < |
| - | unzip fastqc_v0.11.3.zip | + | $ wget http:// |
| - | cd FastQC/ | + | $ unzip fastqc_v0.11.7.zip |
| - | sudo mkdir / | + | $ sudo cp -r FastQC |
| - | sudo cp -r . / | + | $ sudo chmod +x / |
| - | sudo chmod +x / | + | |