From bda99e10b4b5548ff133ca471aa839dbc6e117ec Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 17:24:16 -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 bffb92d..2e8b11f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ where */path/to/signet* should be replaced with your path to *SIGNET*. ## Container image -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**. +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 signet.sif library://geomeday/default/signet:0.0.4.sif export SINGULARITYENV_APPEND_PATH="/path/to/signet"