Skip to content

Commit

Permalink
Create galaxy-bioblend container (#142)
Browse files Browse the repository at this point in the history
* Create templated-conda-env.yaml

* Create image_tag

* adds boto3

* adds pytz for dataset timestamp functionality
  • Loading branch information
anilthanki authored May 10, 2024
1 parent 3a667c9 commit badffe6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions galaxy-bioblend/image_tag
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
galaxy-bioblend:1.1.1
10 changes: 10 additions & 0 deletions galaxy-bioblend/templated-conda-env.yaml
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

0 comments on commit badffe6

Please sign in to comment.