Skip to content

Commit

Permalink
platform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Aug 22, 2023
1 parent 83f4634 commit cd85200
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions docs/getting_started/platform_preparation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ obtain mamba package manager:

.. code-block:: console
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
$ curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
install mambaforge (type 'yes' to all interactive prompts)
install mambaforge

.. code-block:: console
bash Mambaforge-$(uname)-$(uname -m).sh
$ bash Mambaforge-$(uname)-$(uname -m).sh -b
* Step 4. RESTART

Expand All @@ -45,25 +45,25 @@ install mambaforge (type 'yes' to all interactive prompts)

.. code-block:: console
mamba create -c conda-forge -c bioconda --name iliadEnv snakemake snakedeploy openpyxl
$ conda create -c conda-forge -c bioconda --name iliadEnv snakemake=7.19.0 snakedeploy openpyxl pandas
* Step 7. Change directories in the UBUNTU command line to get into proper location of your project folder

.. code-block:: console
cd mnt/DRIVE/Path/To/Iliad/
$ cd mnt/DRIVE/Path/To/Iliad/
* Step 8. Activate your conda environment (IliadEnv)

.. code-block:: console
Mamba activate IliadEnv
$ Mamba activate IliadEnv
* Step 9. Get your current location to add to the configuration file

.. code-block:: console
pwd
$ pwd
* Step 10. Copy that location and paste into the ``Iliad/config/config.yaml`` as your working directory. This should start with ``/mnt/`` and end with a forward slash ``/`` like so ``/mnt/Drive/Path/To/Iliad/``

Expand All @@ -73,6 +73,13 @@ install mambaforge (type 'yes' to all interactive prompts)
MacOS
=====

Docker container
****************


Oracle VM
*********

* Step 1. Download the latest version of `Oracle VM VirtualBox <"https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html#vbox">_`.

* Step 2. Use the GUI - there is an easy install that makes editing a virtual machine in the mac quite simple. This required since Singularity needs to run on Linux.
Expand Down

0 comments on commit cd85200

Please sign in to comment.