From 785e8c8d804b02d7b7dac25accea9adb5ce31c45 Mon Sep 17 00:00:00 2001 From: ddepanis <ddepanis@mi.fu-berlin.de> Date: Fri, 7 Mar 2025 12:22:54 +0000 Subject: [PATCH] Add new file --- envs/LONGQC.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 envs/LONGQC.yaml diff --git a/envs/LONGQC.yaml b/envs/LONGQC.yaml new file mode 100644 index 0000000..0509b21 --- /dev/null +++ b/envs/LONGQC.yaml @@ -0,0 +1,12 @@ +channels: + - conda-forge + - bioconda +dependencies: + - matplotlib=3.10.0 + - scikit-learn=1.6.1 + - pandas=2.2.3 + - jinja2=3.1.5 + - h5py=3.12.1 + - pysam=0.23.0 + - edlib=1.3.9 + - python-edlib=1.3.9.post1 \ No newline at end of file -- GitLab