From a99d72418d2349ba782fa4e48e68c46426641a01 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 9 Jan 2024 16:37:12 +0300 Subject: Update module paths With the reorganisation, a number of module paths changed, and need to be updated. This commit fixes a few obvious ones. --- bin/genenetwork2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3