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