Skip to content

Commit

Permalink
Merge pull request #36 from bioturing/BBrowser_image_tag_update
Browse files Browse the repository at this point in the history
BBrowserX image tag updated.
  • Loading branch information
linuxpham committed Feb 22, 2024
2 parents 353f168 + a9a32a3 commit a31eadd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bioturing_ecosystem/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter BBrowserX's VERSION (latest) 2.1.0: " BBVERSION
read -p "Please enter BBrowserX's VERSION (latest) 2.1.5: " BBVERSION
if [ -z "$BBVERSION" ]; then
BBVERSION="2.1.0"
BBVERSION="2.1.5"
fi

# Paramter config file updates
Expand Down
4 changes: 2 additions & 2 deletions bioturing_ecosystem/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter BBrowserX's VERSION (latest) 2.1.0 " BBVERSION
read -p "Please enter BBrowserX's VERSION (latest) 2.1.5 " BBVERSION
if [ -z "$BBVERSION" ]; then
BBVERSION="2.1.0"
BBVERSION="2.1.5"
fi

# Paramter config file updates
Expand Down

0 comments on commit a31eadd

Please sign in to comment.