Skip to content

Commit

Permalink
added comment in dockerfile & added additional dependencies and versi…
Browse files Browse the repository at this point in the history
…ons to readme for krakentools
  • Loading branch information
kapsakcj committed Oct 22, 2024
1 parent 25cd73a commit da6080d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions krakentools/d4a2fbe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:jammy AS app
WORKDIR /

# using a git commit because the last release was over three years ago, despite recent(ish) activity in the repo's main branch
# this commit is from 2023-11-16: https://github.com/jenniferlu717/KrakenTools/commit/d4a2fbe2833c2392a724697c0c97a3014e748474
ARG KRAKENTOOLS_VERSION="d4a2fbe2833c2392a724697c0c97a3014e748474"

# LABEL instructions tag the image with metadata that might be important to the user
Expand Down
5 changes: 5 additions & 0 deletions krakentools/d4a2fbe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Code repository: https://github.com/jenniferlu717/KrakenTools

Additional tools:

- python 3.10.6
- biopython 1.84
- pandas 2.2.3
- numpy 2.1.2

Basic information on how to use this tool:

- executable: various python scripts
Expand Down

0 comments on commit da6080d

Please sign in to comment.