-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create galaxy-bioblend container (#142)
* Create templated-conda-env.yaml * Create image_tag * adds boto3 * adds pytz for dataset timestamp functionality
- Loading branch information
1 parent
3a667c9
commit badffe6
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
galaxy-bioblend:1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: galaxy-bioblend | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- python=3.10 | ||
- bioblend=1.1.1 | ||
- csvkit | ||
- boto3 | ||
- pytz |