Skip to content

Commit

Permalink
Pin setuptools=69 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Jul 11, 2024
1 parent 455ae76 commit a7efe7d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
21 changes: 21 additions & 0 deletions .github/environments/fluviewer-kkuchinski.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: fluviewer-kkuchinski
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- bbmap=39.01
- bcftools=1.17
- blast=2.14.1
- bwa=0.7.17
- samtools=1.17
- spades=3.15.3
- clustalw=2.1
- freebayes=1.3.6
- python=3
- setuptools=69
- pip
- pandas=2.0.3
- seaborn=0.12.2
- pip:
- FluViewer==0.1.11
8 changes: 1 addition & 7 deletions .github/scripts/install_fluviewer_kkuchinski.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ source ${HOME}/.bashrc

eval "$(conda shell.bash hook)"

fluviewer_version="0.1.11"

conda env create -f environment.yaml -n fluviewer-kkuchinski

conda activate fluviewer-kkuchinski

pip install fluviewer==${fluviewer_version}
conda env create -f .github/environments/fluviewer-kkuchinski.yaml
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- clustalw=2.1
- freebayes=1.3.6
- python=3
- setuptools=69
- pip
- pandas=2.0.3
- seaborn=0.12.2
Expand Down

0 comments on commit a7efe7d

Please sign in to comment.