Skip to content

Commit

Permalink
add gloabl.env for snakemake-minimal compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichl committed Sep 11, 2024
1 parent 749c9a8 commit 2915481
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This project wouldn't be possible without the following software and their depen
| pymcdm | https://doi.org/10.1016/j.softx.2023.101368 |
| scikit-learn | http://jmlr.org/papers/v12/pedregosa11a.html |
| scipy | https://doi.org/10.1038/s41592-019-0686-2 |
| Snakemake | https://doi.org/10.12688/f1000research.29032.2 |
| Snakemake (v8.20.1) | https://doi.org/10.12688/f1000research.29032.2 |
| umap-learn | https://doi.org/10.21105/joss.00861 |


Expand Down
3 changes: 3 additions & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

conda: "envs/global.yaml"

##### libraries #####
import os
import sys
Expand Down
7 changes: 7 additions & 0 deletions workflow/envs/global.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- numpy=2.0.1
- pandas=2.2.2

0 comments on commit 2915481

Please sign in to comment.