Skip to content

Commit

Permalink
fix(env): fixed env for slurm and fs plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 6, 2024
1 parent 61f36e9 commit 65862e0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions workflow/envs/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ channels:
- r
- bioconda
dependencies:
- python>=3.12.1
- snakemake>=8.4.8
- snakemake-executor-plugin-slurm
- snakemake-storage-plugin-fs
- snakemake-interface-common
- snakemake-interface-storage-plugins
- bioconductor-genomicfeatures
- bioconductor-drimseq
- bioconductor-edger
Expand All @@ -15,7 +21,9 @@ dependencies:
- pysam
- pandas
- salmon=1.9.0
- snakemake>=8.0.1
- snakemake-executor-plugin-slurm-jobstep
- snakemake-executor-plugin-slurm
- nanoplot
- matplotlib
- seaborn
- pydeseq2=0.4.4
- anndata>=0.8.0

0 comments on commit 65862e0

Please sign in to comment.