Skip to content

Commit

Permalink
installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Aug 11, 2023
1 parent b2efcfa commit 5a50abc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,25 @@ Make sure Singularity is in your PATH and accessible by Snakemake.
.. code-block:: console
$ singularity version
Edit the Singularity configuration file to allow SHARED LOOP DEVICES.

.. code-block:: console
$ sudo nano /usr/local/etc/singularity/singularity.conf
Change the SHARED LOOP DEVICES to yes. "shared loop devices = yes"

.. code-block:: yaml
# SHARED LOOP DEVICES: [BOOL]
# DEFAULT: no
# Allow to share same images associated with loop devices to minimize loop
# usage and optimize kernel cache (useful for MPI)
shared loop devices = yes
.. code-block:: console
$ cd ~
**Estimated time: 15-60 minutes**
Expand Down Expand Up @@ -195,6 +214,10 @@ To configure this workflow, modify ``Iliad/config/config.yaml`` according to you
The file is clearly denoted into sections that you can change according to your needs.
There are many defaults set that you do not have to change. The one most important change you will have to make is the following:

.. code-block:: console
$ nano config/config.yaml
.. code-block:: console
#####################################
Expand Down

0 comments on commit 5a50abc

Please sign in to comment.