e64a2edbc8083edd7f3dcb1f50ccbd47ff22b980
workshops.md
| ... | ... | @@ -52,3 +52,26 @@ tar zxf biogrids_workshop.tar.gz |
| 52 | 52 | Some download tools may uncompress for you. |
| 53 | 53 | |
| 54 | 54 | --- |
| 55 | + |
|
| 56 | +## BioGrids - Managing Software |
|
| 57 | + |
|
| 58 | +``` |
|
| 59 | +./biogrids list |
|
| 60 | +``` |
|
| 61 | +The names of software titles shown in this list are the names used to install the software. All title have lower case names. |
|
| 62 | + |
|
| 63 | +For example, to install FastQC: |
|
| 64 | + |
|
| 65 | +``` |
|
| 66 | +./biogrids install fastqc |
|
| 67 | +``` |
|
| 68 | +Now let's check that it is installed: |
|
| 69 | +``` |
|
| 70 | +./biogrids installed |
|
| 71 | +``` |
|
| 72 | + |
|
| 73 | + |
|
| 74 | + |
|
| 75 | +## RNA-Seq Using BioGrids |
|
| 76 | + |
|
| 77 | +## RNA-Seq on AWS with BioGrids |