Skip to content

Commit

Permalink
Merge pull request #15 from sunbeam-labs/fix-env
Browse files Browse the repository at this point in the history
Add pip and git to conda environment
  • Loading branch information
kylebittinger committed Dec 1, 2023
2 parents 9ec0b8a + 2134cd7 commit 60f5af1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions sbx_kraken_env.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: sbx_kraken
channels:
- bioconda
dependencies:
- biom-format
- kraken2
- python>=3
- pip:
- git+http://github.com/smdabdoub/kraken-biom.git
name: sbx_kraken
channels:
- bioconda
dependencies:
- biom-format
- kraken2
- python>=3
- pip
- git
- pip:
- git+http://github.com/smdabdoub/kraken-biom.git

0 comments on commit 60f5af1

Please sign in to comment.