Skip to content

Conversation

@JonasNilsson1
Copy link

@JonasNilsson1 JonasNilsson1 commented Mar 11, 2025

This pull request modifies the Snakefile to load the conda environment for each step, and fixes some package conflicts. To run ITRAP, I first created a new environment using

conda create -n snakemake_env python=3.10
conda activate snakemake_env
conda install -c bioconda -c conda-forge snakemake=5.7.4

It was also necessary to add this line to my ~/.bashrc and ~/.zshrc:

export PATH="$HOME/miniconda3/bin:$PATH"

Then I could run the example with

conda activate snakemake_env
snakemake --config exp=exp13 run=run1 --use-conda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants