You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/index.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,35 +14,35 @@ Client Installation
14
14
Downloading the **SimStack** client
15
15
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16
16
17
-
If you do not have a working conda or mamba installation, please install mambaforge for your architecture from `github.com/conda-forge/miniforge <https://github.com/conda-forge/miniforge>`_.
17
+
You will require a micromamba (recommended) or conda setup to use simstack. You can use your existing micromamba or conda installation. If you do not have a working micromamba for your architecture please install micromamba, e.g. via the automatic installation route `micromamba install docs <https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html>`_.
18
18
19
-
After installing, make sure you have the **mamba** command available in your shell and call:
19
+
After installing, make sure you have the **micromamba** or **conda** command available in your shell and call:
20
20
21
21
.. code-block:: bash
22
22
23
23
# Create a new environment for the simstack client:
Copy file name to clipboardExpand all lines: docs/installation/server.rst
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,39 +10,39 @@ Server Installation
10
10
.. role:: red
11
11
.. role:: green
12
12
13
-
This manual is verified for SimStackServer v1.3.4
13
+
This manual is verified for SimStackServer v1.3.9
14
14
15
15
Installing the **SimStack** server
16
16
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17
17
18
-
SimStackServer requires a Linux system. If you do not have a working conda or mamba installation, please install mambaforge for your architecture from `github.com/conda-forge/miniforge <https://github.com/conda-forge/miniforge>`_.
18
+
SimStackServer requires a Linux system with a micromamba or conda install. You can use your existing micromamba or conda installation to install SimStackServer. If you do not have a working micromamba for your architecture please install micromamba, e.g. via the automatic installation route `micromamba install docs <https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html>`_. Note down the path of your `MAMBA_ROOT_PREFIX`, which is set during install. You will need to insert this into the client, when configuring.
19
19
20
-
After installing, make sure you have the **mamba** command available in your shell and call:
20
+
After installing, make sure you have the **micromamba** command available in your shell and call:
Note down the path of your mambaforge install (e.g. */home/you/mambaforge*), you will need to insert this into the client, when configuring.
29
+
If you want to use a full conda install (not recommended, but supported) instead, make sure your conda is updated and substitute conda with micromamba. The path you have to input in your client is the path of your conda install then.
30
30
31
31
32
32
Example: Setting required WaNo exports
33
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
34
35
-
36
-
Many WaNos require a specific export, such as **NANOMATCH** to find their executables. To set this variable, please call the following with an activated environment:
35
+
Note: The next section does not apply for the newest WaNos by Nanomatch.
36
+
Some WaNos require a specific export, such as **NANOMATCH** or **KIT** to find their executables. To set this variable, please call the following with an activated environment:
37
37
38
38
.. code-block:: bash
39
39
40
-
conda activate simstack_server_v6
41
-
conda env config vars set NANOMATCH=/path/to/your/nanomatch/folder
40
+
micromamba activate simstack_server_v6
41
+
micromamba env config vars set NANOMATCH=/path/to/your/nanomatch/folder
42
42
# To see if it worked:
43
-
conda deactivate
44
-
conda activate simstack_server_v6
45
-
echo$NANOMATCH
43
+
micromamba deactivate
44
+
micromamba activate simstack_server_v6
45
+
micromamba$NANOMATCH
46
46
47
47
48
48
Once this is finished, continue with the client setup. If you are testing and do not have a working queueing system installed, choose ``Internal`` as queueing system.
0 commit comments