From a23416d823f3b7e77e8645643c4ca5519c612f55 Mon Sep 17 00:00:00 2001 From: Nils Wagner Date: Mon, 25 Apr 2022 15:18:49 +0200 Subject: [PATCH] fixed environment yaml --- environment.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/environment.yaml b/environment.yaml index 89349de..394e124 100644 --- a/environment.yaml +++ b/environment.yaml @@ -5,9 +5,10 @@ channels: - bioconda dependencies: - python >= 3.8 + - pandas - cython - cyvcf2 - pip -- pip: - - git+https://github.com/gagneurlab/splicemap.git + - pip: + - git+https://github.com/gagneurlab/splicemap.git \ No newline at end of file