Skip to content

Commit

Permalink
minor changes to kaptive dockerfile and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsakcj committed Nov 9, 2024
1 parent 4cdf3b4 commit 9367b69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 4 additions & 5 deletions kaptive/3.0.0b6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy as app
FROM ubuntu:jammy AS app

# for easy upgrade later. ARG variables only persist during image build time
ARG MINIMAP2_VER="2.28"
Expand Down Expand Up @@ -61,18 +61,17 @@ RUN wget -q https://github.com/aldertzomer/vibrio_parahaemolyticus_genomoserotyp
mv -v vibrio_parahaemolyticus_genomoserotyping-${VP_GENOMOSEROTYPING_VER}/*gbk /kaptive/reference_database/. && \
rm -rf vibrio_parahaemolyticus_genomoserotyping-${VP_GENOMOSEROTYPING_VER}

# set PATH and TERM to avoid warnings
# set PATH
ENV PATH="/mash-Linux64-v${MASH_VER}:/minimap2-${MINIMAP2_VER}_x64-linux:${PATH}"

# set working directory
WORKDIR /data


# default command is to print help options
CMD [ "kaptive", "--help"]
CMD [ "kaptive", "--help" ]

# test layer
FROM app as test
FROM app AS test

RUN kaptive --help && kaptive --version

Expand Down
8 changes: 7 additions & 1 deletion kaptive/3.0.0b6/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Kaptive
# Kaptive Container

Main tool: [Kaptive](https://github.com/klebgenomics/Kaptive)

Additional tools:

- minimap2 2.28
- python 3.10.12
- biopython 1.84
- matplotlib 3.9.2
- dna-features-viewer 3.1.3
- numpy 2.1.3

## Kaptive databases

Expand Down

0 comments on commit 9367b69

Please sign in to comment.