From c4e98198daea5e14e607121527575b36d096307b Mon Sep 17 00:00:00 2001 From: SWittouck Date: Fri, 15 Nov 2024 16:23:15 +0100 Subject: [PATCH] Re-add the environment file The file is necessary for the GitHub actions tests. --- environment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..c2f1b96 --- /dev/null +++ b/environment.yml @@ -0,0 +1,9 @@ +# this file is used by the GitHub actions tests +name: scarap +dependencies: +- bioconda::mafft +- bioconda::mmseqs2 +- python>=3.6.7,<3.13 +- pip +- pip: + - .