From 170b18c6759f9a2e87de1976fc92d667c0c311b9 Mon Sep 17 00:00:00 2001 From: "Jiang, Zhongli" Date: Sat, 21 May 2022 16:21:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84ec11..c392356 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using the linux system, you could install singularity following https 1. The Singularity Image Format file **signet.sif** comes with all the required pacakges for *SIGNET*, and an environment that *SIGNET* could run smoothly in. You could first pull the image from our repository and rename it as "signet.sif", after which you could append the path of package to singularity so it could execute *SIGNET* smoothly. You may also need to bind a path in case container doesn't recognize your file. The environment variables have to be exported **everytime you start a new terminal**. ```bash -singularity pull library://geomeday/signet/signet:signet0.0.5.sif +singularity pull library://geomeday/signet/signet:0.05 export SINGULARITYENV_APPEND_PATH="/path/to/signet" export SINGULARITY_BIND="/path/to/bind" ```