Skip to content

Commit

Permalink
Add Basespace 1.5.3 to images.toml (#90)
Browse files Browse the repository at this point in the history
* Use version 1.5.3 for BaseSpace CLI and add to images.toml

* add cpg-utils install to container run commands

* Install cpg_workflows in BaseSpace image

* Install BaseSpace CLI in current directory

* Revert "Install BaseSpace CLI in current directory"

This reverts commit 5580870.

* add gcloud load basespace config to container setup

* Linting

* BaseSpace image remove gcloud commands from Dockerfile

* Linting BaseSpace Dockerfile

* Remove cpg_workflows from basespace image

* Remove cpg_utils from Basespace image

---------

Co-authored-by: Michael Franklin <[email protected]>
  • Loading branch information
EddieLF and illusional authored Nov 16, 2023
1 parent be4c8e7 commit ff0dbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ stripy = '4e393f921d15bfba8e3c2234b20c483c205ac295'
gangstr = '2.5.0'
hipstr = 'v0.6.2'
bgt = 'v1.0'
basespace = '1.5.3'
7 changes: 5 additions & 2 deletions images/basespace/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver-base:1.4

ARG VERSION=${VERSION:-1.5.3}

RUN apt-get update && \
mkdir $HOME/bin && \
wget "https://launch.basespace.illumina.com/CLI/latest/amd64-linux/bs" -O $HOME/bin/bs && \
chmod u+x $HOME/bin/bs
wget "https://launch.basespace.illumina.com/CLI/${VERSION}/amd64-linux/bs" -O $HOME/bin/bs && \
chmod u+x $HOME/bin/bs && \
mkdir $HOME/.basespace

0 comments on commit ff0dbd1

Please sign in to comment.