versions.md
... ...
@@ -4,40 +4,32 @@ Most of the software titles installed in the BioGrids software collection have s
4 4
5 5
## Display Available Versions
6 6
7
-To list the available versions of a software title, you can use the *sbgrid* utility. Running *sbgrid -l* will list the versions for your current platform. From a Linux machine, a search for CCP4 versions looks like this:
8
-
9
-
10
- $ sbgrid -l ccp4
11
- Version information for: /programs/x86_64-linux/ccp4
12
-
13
- Default version: 7.0
14
- In-use version: 6.5
15
- Other available versions: 6.4.0 6.3.0
16
- Overrides use this shell variable: CCP4_X
17
-
18
-
19
-Running *sbgrid -L* will print the available versions for the three current platforms (OS X PowerPC and Intel, Linux).
20
-
21
-
22
- $ sbgrid -L gnuplot
23
- Version information for: /programs/x86_64-linux/gnuplot
24
-
25
- Default version: 4.6.4
26
- In-use version: 4.6.4
27
- Other available versions: 4.6.0 4.4.3 4.2.6
28
- Overrides use this shell variable: GNUPLOT_X
29
-
30
- Version information for: /programs/i386-linux/gnuplot
31
-
32
- Default version: 4.6.0
33
- Other available versions: 4.4.3 4.2.6
34
- Overrides use this shell variable: GNUPLOT_L
35
-
36
- Version information for: /programs/i386-mac/gnuplot
37
-
38
- Default version: 4.6.4
39
- Other available versions: 4.4.3 4.2.6 4.6.0
40
- Overrides use this shell variable: GNUPLOT_M
7
+To list the available versions of a software title, you can use the *biogrids* utility. Running *biogrids -l* will list the versions for your current platform. From a Linux machine, a search for samtools versions looks like this:
8
+
9
+ $ ./biogrids -l samtools
10
+ 0.1.19
11
+ 1.3
12
+ 1.3.1
13
+ 1.4.1
14
+ 1.5 (default)
15
+
16
+
17
+Running *biogrids -L* will print the available versions for the current platforms, OS X and Linux.
18
+
19
+
20
+ $ ./biogrids -L samtools
21
+ i386-mac:
22
+ -0.1.19
23
+ -1.3
24
+ -1.3.1
25
+ -1.4.1
26
+ -1.5 (default)
27
+ x86_64-linux:
28
+ -0.1.19
29
+ -1.3
30
+ -1.3.1
31
+ -1.4.1
32
+ -1.5 (default)
41 33
42 34
43 35
## Overriding Default Versions