Skip to content

Commit

Permalink
Cellranger extract: minor edit to dockerfile label
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwillia23 committed Nov 15, 2024
1 parent a4c026d commit 7bcb1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellranger_extract_rename/v1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.20.3

LABEL maintainer="David Williams <[email protected]>"
LABEL description="This Docker image contains an in-house script written to extract and rename files coming from the 'outs.zip' file or outs directory from Cellranger"
LABEL software-version="v1.1"
LABEL software-version="1.1"

RUN apk update
RUN apk add --no-cache vim vim-doc vim-tutor zip unzip
Expand Down

0 comments on commit 7bcb1a8

Please sign in to comment.