From 9da335f36e1022221b943d50696202758fbd7d55 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 10:12:06 -0700 Subject: [PATCH] Update test_env.yml --- .github/envs/test_env.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/envs/test_env.yml b/.github/envs/test_env.yml index 8b137891..c5ef4954 100644 --- a/.github/envs/test_env.yml +++ b/.github/envs/test_env.yml @@ -1 +1,18 @@ - +name: test_env +channels: + - conda-forge + - bioconda + - defaults +dependencies: + - pip + - trimmomatic + - flash + - numpy + - cython + - jinja2 + - tbb=2020.2 + - pyparsing=2.3.1 + - scipy + - matplotlib + - pandas + - plotly