Skip to content

Commit

Permalink
Create separate yml for Windows installs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyjerger committed Aug 24, 2022
1 parent 9b03db9 commit 696c28d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies:
- pandas
- seaborn
- scikit-learn
- snakemake-minimal == 7.0
- snakemake == 7.0
- umap-learn
- hdbscan
- pip
- pip:
- -e git+https://github.com/PNNL-CompBio/Snekmer@Abby#egg=snekmer
- -e git+https://github.com/PNNL-CompBio/Snekmer#egg=snekmer

23 changes: 23 additions & 0 deletions environment_Windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: snekmer
channels:
- anaconda
- bioconda
- numba
- conda-forge
dependencies:
- python >= 3.9
- biopython
- matplotlib
- numpy >= 1.22.3
- numba >= 0.56
- scipy
- pandas
- seaborn
- scikit-learn
- snakemake-minimal == 7.0
- umap-learn
- hdbscan
- pip
- pip:
- -e git+https://github.com/PNNL-CompBio/Snekmer#egg=snekmer

0 comments on commit 696c28d

Please sign in to comment.