aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-08-29 15:30:33 +0530
committerArun Isaac2022-09-14 16:01:49 +0530
commit57ebbc01f001bfd2aea5031371664e4ea7c702fc (patch)
tree7686b98581b881e41db3e238cb418cb440460171
parentc4939c1ecc6b49115e235fcb8b5beef3e38f6ade (diff)
downloadguix-bioinformatics-57ebbc01f001bfd2aea5031371664e4ea7c702fc.tar.gz
Rename genenetwork 1 container file to genenetwork1.scm.
-rw-r--r--gn/services/genenetwork1.scm (renamed from gn/services/genenetwork.scm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork1.scm
index 9f48ac6..4e29956 100644
--- a/gn/services/genenetwork.scm
+++ b/gn/services/genenetwork1.scm
@@ -1,4 +1,4 @@
-(define-module (gn services genenetwork))
+(define-module (gn services genenetwork1))
(use-modules (gnu)
(past packages python)
@@ -29,5 +29,5 @@
(package httpd22-with-mod-python)
(config GN1-httpd-config))))))
-;; guix system container -L /path/to/guix-past/modules/ -L /path/to/guix-bioinformatics/ /path/to/guix-bioinformatics/gn/services/genenetwork.scm --network --expose=/gnshare/gn/web/genotypes
+;; guix system container -L /path/to/guix-past/modules/ -L /path/to/guix-bioinformatics/ /path/to/guix-bioinformatics/gn/services/genenetwork1.scm --network --expose=/gnshare/gn/web/genotypes
;; xdg-open http://localhost:8042