summaryrefslogtreecommitdiff
path: root/issues/genenetwork1/gn1-pairscan.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/genenetwork1/gn1-pairscan.gmi')
-rw-r--r--issues/genenetwork1/gn1-pairscan.gmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/genenetwork1/gn1-pairscan.gmi b/issues/genenetwork1/gn1-pairscan.gmi
index cb9ca49..fea14e9 100644
--- a/issues/genenetwork1/gn1-pairscan.gmi
+++ b/issues/genenetwork1/gn1-pairscan.gmi
@@ -2,6 +2,7 @@
Pair scan is not working because of an import issue.
+
```
Here is the error I get trying to run pair-scan.
Traceback (most recent call last):
@@ -22,6 +23,10 @@ ImportError: No module named direct
# Notes
+Where 'direct' is an imported module. Interestingly it looks like we import the wrong one!
+
+I plugged in the direct.so binary blob and set the LD_LIBRARY_PATH. That gets it running, but we need the source code for the future(!)
+
Efraim included the module and wrote
```