-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #350 from bioinfo-chru-strasbourg/fix_annotation_f…
…ormat_to_table Fix annotation format to table
- Loading branch information
Showing
43 changed files
with
17,456 additions
and
16,543 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
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
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
############################################################## | ||
# Dockerfile Version: 1.7 | ||
# Dockerfile Version: 1.7.1 | ||
# Software: HOWARD | ||
# Software Version: 0.12.1.1 | ||
# Software Version: 0.12.2.0 | ||
# Software Website: https://github.com/bioinfo-chru-strasbourg/howard | ||
# Licence: GNU Affero General Public License (AGPL) | ||
# Description: HOWARD - Highly Open Workflow for Annotation & Ranking toward genomic variant | ||
|
@@ -39,12 +39,12 @@ | |
|
||
FROM almalinux:8-minimal | ||
LABEL Software="HOWARD" \ | ||
Version="0.12.1.1" \ | ||
Version="0.12.2.0" \ | ||
Website="https://github.com/bioinfo-chru-strasbourg/howard" \ | ||
Description="HOWARD" \ | ||
License="GNU Affero General Public License (AGPL)" \ | ||
maintener="Antony Le Bechec <[email protected]>" \ | ||
Usage='docker run -v $DATA FOLDER:/data -v $DATABASE_FOLDER:/databases -ti howard:0.12.1.1' | ||
Usage='docker run -v $DATA FOLDER:/data -v $DATABASE_FOLDER:/databases -ti howard:0.12.2.0' | ||
|
||
|
||
|
||
|
@@ -266,7 +266,7 @@ RUN echo "#[INFO] TOOL installation '$TOOL_NAME:$TOOL_VERSION'" && \ | |
########### | ||
|
||
ENV TOOL_NAME=howard | ||
ENV TOOL_VERSION=0.12.1.1 | ||
ENV TOOL_VERSION=0.12.2.0 | ||
ENV DEST=$TOOLS/$TOOL_NAME/$TOOL_VERSION | ||
ENV PATH=$DEST/bin:$PATH | ||
ENV USER_HOME=/root | ||
|
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
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
Binary file not shown.
Oops, something went wrong.