Skip to content

Commit

Permalink
update idseq plugin for czid (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist authored Feb 28, 2022
1 parent c3b7b75 commit 521ab70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN pip3 install miniwdl==${MINIWDL_VERSION} miniwdl-s3parcp==0.0.5
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/a579cfd28802ddaf99b63474216fda6eb8278f7a.zip#subdirectory=s3upload

# TODO: generalize this plugin
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/v0.0.6.zip#subdirectory=sfn-wdl
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/a579cfd28802ddaf99b63474216fda6eb8278f7a.zip#subdirectory=sfn-wdl

RUN curl -Ls https://github.com/chanzuckerberg/s3parcp/releases/download/v1.0.3-alpha/s3parcp_1.0.3-alpha_linux_amd64.tar.gz | tar -C /usr/bin -xz s3parcp

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.17.3-beta
v0.18.0-beta

0 comments on commit 521ab70

Please sign in to comment.