From badffe69235166a5c885a856b66a6737edd50838 Mon Sep 17 00:00:00 2001 From: Anil Thanki Date: Fri, 10 May 2024 15:20:37 +0100 Subject: [PATCH] Create galaxy-bioblend container (#142) * Create templated-conda-env.yaml * Create image_tag * adds boto3 * adds pytz for dataset timestamp functionality --- galaxy-bioblend/image_tag | 1 + galaxy-bioblend/templated-conda-env.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 galaxy-bioblend/image_tag create mode 100644 galaxy-bioblend/templated-conda-env.yaml diff --git a/galaxy-bioblend/image_tag b/galaxy-bioblend/image_tag new file mode 100644 index 0000000..5350c6b --- /dev/null +++ b/galaxy-bioblend/image_tag @@ -0,0 +1 @@ +galaxy-bioblend:1.1.1 diff --git a/galaxy-bioblend/templated-conda-env.yaml b/galaxy-bioblend/templated-conda-env.yaml new file mode 100644 index 0000000..3edc22c --- /dev/null +++ b/galaxy-bioblend/templated-conda-env.yaml @@ -0,0 +1,10 @@ +name: galaxy-bioblend +channels: + - conda-forge + - bioconda +dependencies: + - python=3.10 + - bioblend=1.1.1 + - csvkit + - boto3 + - pytz