Getting started
Requirements
To use highRES, a GAMS license is required. See the GAMS website for more information.
Data bundle
To run the full workflow, two datapackages are needed they can be downloaded from:
(~80MB compressed, ~300MB uncompressed) https://uio-my.sharepoint.com/:u:/g/personal/tobiasvh_uio_no/Eftsg10mEK9Mpi4TSN8aS9kBWlooGJ_99YDDaYcGiQvrYQ?e=xeu9Lk&download=1.
Windows
Clone the repository
Install snakemake
Download miniforge windows exe https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe
Install Miniforge
Run the minimal install of the snakemake environment mamba create -c bioconda -c conda-forge -n snakemake snakemake-minimal pandas zstd
Activate the snakemake environment
Navigate to the repository in your snakemake conda environment shell
Get the required input files
curl -o shared_input.tar -L -b cookies.txt "https://uio-my.sharepoint.com/:u:/g/personal/tobiasvh_uio_no/EdEmFkUQoL5Imy3- OumK_o0BcFqilpjB3CQOCbUwi_1T8g?e=O0kq50&download=1" -o resources.tar.zst -L -b cookies.txt "https://uio-my.sharepoint.com/:u:/g/personal/ tobiasvh_uio_no/Eftsg10mEK9Mpi4TSN8aS9kBWlooGJ_99YDDaYcGiQvrYQ?e=xeu9Lk&download=1"
Extract the required input files
zstd -d resources.tar.zst
mkdir resources
tar xf resources.tar -C resources
mkdir shared_input
tar xf shared_input.tar -C shared_input
Run snakemake -c –use-conda