diff options
author | Efraim Flashner | 2022-10-11 08:30:46 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-10-11 08:30:46 +0300 |
commit | aa66b44d5150234d6f20731bb01408ba983b21d4 (patch) | |
tree | 4bea01545ef390b8c1370c1862135da16c78ee9c | |
parent | cd20e98b39b37a858f6b2c52a2b47306e1bbcd9c (diff) | |
download | gn-shepherd-services-aa66b44d5150234d6f20731bb01408ba983b21d4.tar.gz |
update genenetwork1 command
-rwxr-xr-x | run_genenetwork1.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/run_genenetwork1.sh b/run_genenetwork1.sh index cf29bac..2c640b3 100755 --- a/run_genenetwork1.sh +++ b/run_genenetwork1.sh @@ -1,2 +1,4 @@ #!/bin/sh -$(/home/shepherd/guix-profiles/genenetwork1/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/genenetwork.scm --network) +# Path found in the manifest file in the guix-profile +$(/home/shepherd/guix-profiles/genenetwork1/bin/guix system container /gnu/store/42g88djx866gyv53x6f2wvbwlqmr70vn-gn-bioinformatics/share/guile/site/3.0/gn/services/genenetwork.scm --network) +#$(/home/shepherd/guix-profiles/genenetwork1/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/genenetwork.scm --network) |