Home.md
... ...
@@ -5,9 +5,33 @@ This site provides information on how to install, use, and get help with your Bi
5 5
6 6
7 7
8
+#### Start BioGrids environment:
9
+
8 10
```
9 11
source /programs/biogrids.shrc
12
+```
13
+
14
+
15
+
16
+#### List available titles:
17
+
18
+```
19
+cat /programs/x86_64-linux/biogrids_x86_64-linux
20
+```
21
+
10 22
11 23
24
+#### Get version and override info:
12 25
13 26
```
27
+biogrids-info -l star
28
+```
29
+
30
+
31
+
32
+#### Get list of executables for a title:
33
+
34
+```
35
+biogrids-list star
36
+```
37
+