workshops.md
... ...
@@ -65,32 +65,10 @@ Complete workshop data files and scripts: [biogrids_workshop.tar.gz](downloads/b
65 65
Download then uncompress:
66 66
67 67
```
68
+curl -kLO https://biogrids.org/wiki/downloads/biogrids_workshop.tar.gz
68 69
tar zxf biogrids_workshop.tar.gz
69 70
```
70 71
71 72
Some download tools may uncompress for you.
72 73
73 74
---
74
-
75
-## BioGrids - Managing Software
76
-
77
-```
78
-./biogrids list
79
-```
80
-The names of software titles shown in this list are the names used to install the software. All title have lower case names.
81
-
82
-For example, to install FastQC:
83
-
84
-```
85
-./biogrids install fastqc
86
-```
87
-Now let's check that it is installed:
88
-```
89
-./biogrids installed
90
-```
91
-
92
-
93
-
94
-## RNA-Seq Using BioGrids
95
-
96
-## RNA-Seq on AWS with BioGrids