admin_overrides.md
... ...
@@ -28,9 +28,17 @@ There are three files that will be examined for version overrides during shell i
28 28
The overrides are reported during shell initialization:
29 29
30 30
```
31
+********************************************************************************
32
+This BioGrids installation last updated: 2018-09-18
33
+ Please submit bug reports and help requests to: help@biogrids.org.
34
+********************************************************************************
31 35
Configuration options in effect for this shell:
32
- Variable Setting Configuration
33
- SPIDER_L 18.10 site
34
- CNS_L 1.21 machine
35
- CCP4_L 6.1.2 personal
36
+ Variable Setting Configuration
37
+ TRINITYRNASEQ_X 2.6.6 personal
38
+ R_X 3.4.1 personal
39
+ FASTTREE_X 2.1.10 personal
40
+ ULTRASCAN3_X 4.0.2536 personal
41
+ PICARD_X 2.5.0 personal
42
+ SAMTOOLS_X 1.7 personal
43
+
36 44
```
versions.md
... ...
@@ -52,11 +52,19 @@ To quickly open the overrides file in your default $EDITOR, you can run *sbgrid-
52 52
53 53
When you open a new shell, you will see a message about the overridden version. Note that a site administrator can create sitewide or machine-specific overrides as well.
54 54
55
-The example output below shows CCP4 on linux being changed from the default version:
56
-
57
- Configuration options in effect for this shell:
58
- Variable Setting Configuration
59
- CCP4_M 6.3.0 personal
55
+The example output below shows several packages on linux being changed from the default version:
56
+```
57
+*********************************************************************
58
+This BioGrids installation last updated: 2018-09-18
59
+ Please submit bug reports and help requests to: help@biogrids.org.
60
+*********************************************************************
61
+ Configuration options in effect for this shell:
62
+ Variable Setting Configuration
63
+ TRINITYRNASEQ_X 2.6.6 personal
64
+ R_X 3.4.1 personal
65
+ PICARD_X 2.5.0 personal
66
+ SAMTOOLS_X 1.7 personal
67
+```
60 68
61 69
62 70
## Disabling a Software Package