From 699637d2693def58d1363a1b3a657987775c21ee Mon Sep 17 00:00:00 2001 From: halexand Date: Wed, 31 May 2023 13:40:58 -0400 Subject: [PATCH] added biopython --- environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 632fa8a..29c7e5d 100644 --- a/environment.yaml +++ b/environment.yaml @@ -7,4 +7,5 @@ dependencies: - python>=3.7 - mamba - pandas - - pyyaml \ No newline at end of file + - pyyaml + - biopython