Skip to content

Commit 786ecb6

Browse files
authored
Merge pull request #232 from getwilds/lc-annotsv
Renaming annotSV to lowercase
2 parents b110294 + b6b9082 commit 786ecb6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

annotSV/Dockerfile_3.4.4 renamed to annotsv/Dockerfile_3.4.4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FROM ubuntu:22.04
33

44
# Adding labels for the GitHub Container Registry following WILDS standards
5-
LABEL org.opencontainers.image.title="annotSV"
6-
LABEL org.opencontainers.image.description="Container image for annotSV annotation tool in WILDS"
5+
LABEL org.opencontainers.image.title="annotsv"
6+
LABEL org.opencontainers.image.description="Container image for AnnotSV annotation tool in WILDS"
77
LABEL org.opencontainers.image.version="3.4.4"
88
LABEL org.opencontainers.image.authors="[email protected]"
99
LABEL org.opencontainers.image.url=https://ocdo.fredhutch.org/

annotSV/Dockerfile_latest renamed to annotsv/Dockerfile_latest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FROM ubuntu:22.04
33

44
# Adding labels for the GitHub Container Registry following WILDS standards
5-
LABEL org.opencontainers.image.title="annotSV"
6-
LABEL org.opencontainers.image.description="Container image for annotSV annotation tool in WILDS"
5+
LABEL org.opencontainers.image.title="annotsv"
6+
LABEL org.opencontainers.image.description="Container image for AnnotSV annotation tool in WILDS"
77
LABEL org.opencontainers.image.version="latest"
88
LABEL org.opencontainers.image.authors="[email protected]"
99
LABEL org.opencontainers.image.url=https://ocdo.fredhutch.org/

annotSV/README.md renamed to annotsv/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ The Dockerfile follows these main steps:
107107
## Source Repository
108108

109109
These Dockerfiles are maintained in the [WILDS Docker Library](https://github.com/getwilds/wilds-docker-library) repository.
110+

0 commit comments

Comments
 (0)