-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove type Object which is not support by miniwdl. and use BBTools 3…
…9.03
- Loading branch information
Chienchi Lo
committed
Nov 5, 2024
1 parent
c02c8ea
commit 00e92c9
Showing
2 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ FROM ubuntu:20.04 | |
LABEL base.image="ubuntu:20.04" | ||
LABEL dockerfile.version="1" | ||
LABEL software="BBTools" | ||
LABEL software.version="39.10" | ||
LABEL software.version="39.03" | ||
LABEL description="A set of tools labeled as \"Bestus Bioinformaticus\"" | ||
LABEL website="https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/" | ||
LABEL license="https://jgi.doe.gov/disclaimer/" | ||
LABEL maintainer="Chienchi Lo" | ||
LABEL maintainer.email="[email protected]" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
ENV BBMap_ver=39.10 | ||
ENV BBMap_ver=39.03 | ||
ENV LANG=en_US.UTF-8 | ||
ENV JAVA_HOME=/usr/java/openjdk-13 | ||
ENV PATH=/usr/java/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters