Skip to content

Commit

Permalink
add setuptools to host
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck committed Dec 12, 2024
1 parent 88d4675 commit 7b0f7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bioconda to fetch the actual bioconda recipe, you can do the following

```bash
git clone https://github.com/AmpliconSuite/AmpliconSuite-pipeline
conda build -c biocomda -c conda-forge AmpliconSuite-pipeline/conda-recipe/ # add '--python=3.8 --numpy=1.22.4` if needed
conda build -c bioconda -c conda-forge AmpliconSuite-pipeline/conda-recipe/ # add '--python=3.8 --numpy=1.22.4` if needed
conda create -n "ampsuite_local" python=3.10
conda activate ampsuite_local
conda install -n ampsuite_local -c local ampliconsuite
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ requirements:
- bedtools
host:
- python >=3
- setuptools

test:
commands:
Expand Down

0 comments on commit 7b0f7e8

Please sign in to comment.