examples/non_sbgrid_apps.md
... ...
@@ -23,7 +23,7 @@ make this script executable (for example, `chmod +x topaz_adapter.bash`, place i
23 23
24 24
### Common Problems/Sub-optimal Approaches
25 25
1. Using the output of `which topaz` (`/programs/x86_64-linux/system/sbgrid_bin/topaz`); this requires the SBgrid environment to be persistently active in the environment/user account of the other program, and makes it ambigious which version is being used.
26
- 1. Using the output of `sbwhich topaz` (`/programs/x86_64-linux/topaz/0.2.5a_cu11.3_py36/topaz_extlib/envs/topaz-py3.6/bin/topaz`); this may work, but will miss [capsule](https://sbgrid.org/wiki/capsules` initialization, which may cause avoidable job failures.
26
+ 1. Using the output of `sbwhich topaz` (`/programs/x86_64-linux/topaz/0.2.5a_cu11.3_py36/topaz_extlib/envs/topaz-py3.6/bin/topaz`); this may work, but will miss [capsule](https://sbgrid.org/wiki/capsules) initialization, which may cause avoidable job failures.
27 27
28 28
### Less Common Problems
29 29
1. The above approach will work for executable calls. It will *not usually work* for cases where the other program is using the executable path to find library paths to import into a non-SBGrid interpreter or process memory space. If you encounter a case like this (or encounter other problems), please feel free to contact us at `bugs@sbgrid.org`.