Selection

Author

Jason Hill

Published

15-Nov-2023

If you haven’t already done so, please read Compute environment for information on how to prepare your working directory.

Execute the following command to load modules:

#| label: uppmax-load-modules
#| echo: true
#| eval: false
module load uppmax bioinfo-tools \
    R_packages/4.3.1

Copy the contents to a file environment.yml and install packages with mamba env update -f environment.yml.

channels:
  - conda-forge
  - bioconda
  - default
dependencies:
  - r-base

Instructions

Instructions are available via external URL:

https://github.com/JasonAnthonyHill/pgip