aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-09 16:37:12 +0300
committerFrederick Muriuki Muriithi2024-01-09 16:37:12 +0300
commita99d72418d2349ba782fa4e48e68c46426641a01 (patch)
tree722bfaa980586a97e86b5883884c84169d7d15d5 /bin
parentedd9b58b8dd2f3422548d11cea5a4d48176318a9 (diff)
downloadgenenetwork2-a99d72418d2349ba782fa4e48e68c46426641a01.tar.gz
Update module paths
With the reorganisation, a number of module paths changed, and need to be updated. This commit fixes a few obvious ones.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/genenetwork22
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2
index 3e2f31d3..01026811 100755
--- a/bin/genenetwork2
+++ b/bin/genenetwork2
@@ -223,4 +223,4 @@ fi
# Start the flask server running GN2
echo "Starting with $settings"
-python gn2.runserver.py
+python -m gn2.runserver