diff options
-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) |