From de669e295bd298ec8ec635c6cd37909320c46f79 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Tue, 9 May 2023 14:24:47 +0930 Subject: [PATCH] DEV: Add env file --- build/environment.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/environment.yml diff --git a/build/environment.yml b/build/environment.yml new file mode 100644 index 0000000..6100129 --- /dev/null +++ b/build/environment.yml @@ -0,0 +1,12 @@ +name: reneo +channels: + - conda-forge + - anaconda + - bioconda +dependencies: + - python>=3.8,<3.11 + - snakemake>=7.14.0 + - pyyaml>=6.0 + - click>=8.1.3 + - jinja2>=3.0.2 + - mamba>=0.15.3