From 22669cf6798be8924f843e1cf826b344684ce587 Mon Sep 17 00:00:00 2001 From: mayasheth <43573959+mayasheth@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:58:28 -0800 Subject: [PATCH] Create abcenv_dev.yml --- workflow/envs/abcenv_dev.yml | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 workflow/envs/abcenv_dev.yml diff --git a/workflow/envs/abcenv_dev.yml b/workflow/envs/abcenv_dev.yml new file mode 100644 index 00000000..13d93752 --- /dev/null +++ b/workflow/envs/abcenv_dev.yml @@ -0,0 +1,42 @@ +name: abc-env +# note: this environment does not support pipeline due to package conflicts +# for use to make major changes to the pipeline environment +channels: + - bioconda + - conda-forge + - defaults + - anaconda +dependencies: + - bedtools=2.26.0 + - black + - click + - cryptography<42 + - macs2 + - matplotlib + - numpy + - pandas + - pybigwig + - pulp<2.8 # Pin pulp <2.8 for snakemake: https://github.com/snakemake/snakemake/issues/2607 + - pip + - pyarrow + - pyranges + - pysam + - pytest-xdist + - python>=3.6 + - samtools>=1.9 # to avoid open ssl issue: https://github.com/merenlab/anvio/issues/1479 + - scipy + - seaborn + # smart_open version >=7 leads to errors with Snakemake https://pastebin.com/uBmBwdnK + - smart_open<7 + - snakemake>=7,<8 + - sphinx + - tabix + - yaml + # The following 3 are needed to compile hic-straw in HPC + # You may need to remove them if working on macosx + - gcc + - gxx + - zlib + - pip: + - sphinx_rtd_theme + - hic-straw