biogrids_sbgrid.md
... ...
@@ -6,16 +6,51 @@
6 6
7 7
`source /programs/biogrids.shrc`
8 8
9
-See the [BioGrids Wiki home page](Home.md) for quickstart steps.
10 9
10
+### SBGrid and BioGrids cannot be active at the same time.
11 11
12
+* The easist way to manage this is to open a new shell for each environment.
12 13
13 14
14
-### SBGrid and BioGrids cannot be active at the same time.
15 15
16
-* The easist way to manage this is to open a new shell for each environment.
16
+### BioGrids Quick Start
17
+
18
+
19
+#### Start BioGrids environment:
20
+
21
+```
22
+source /programs/biogrids.shrc
23
+```
24
+
25
+
26
+
27
+#### List available titles:
28
+
29
+```
30
+Linux:
31
+cat /programs/x86_64-linux/biogrids_x86_64-linux
32
+
33
+Mac:
34
+cat /programs//i386-mac/biogrids_i386-mac
35
+```
36
+
37
+
38
+
39
+#### Get version and override info:
40
+
41
+```
42
+biogrids-info -l star
43
+```
44
+
45
+
46
+
47
+#### Get list of executables for a title:
48
+
49
+```
50
+biogrids-list star
51
+```
17 52
18 53
19 54
20
-Available SBGrid and BioGrids applications are different although there are approximately 60 applications found in both BioGrids and SBGrid.
55
+For BioGrids specific help send mail to: help@biogrids.org
21 56