Skip to content

Commit

Permalink
Merge pull request #39 from bioturing/Bioproxy_version_update
Browse files Browse the repository at this point in the history
BioProxy version updated
  • Loading branch information
linuxpham committed Mar 19, 2024
2 parents e35774b + 37e6b60 commit b7987bc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions biocolab/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter Biocolab's Proxy 1.0.26 (latest): " COLAB_PROXY_VERSION
read -p "Please enter Biocolab's Proxy 1.0.27 (latest): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
fi

# Need install NFS server
Expand Down
4 changes: 2 additions & 2 deletions biocolab/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter Biocolab's Proxy 1.0.26 (latest): " COLAB_PROXY_VERSION
read -p "Please enter Biocolab's Proxy 1.0.27 (latest): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
fi

echo -e "\n HTTP_SERVER_PORT : $HTTP_PORT"
Expand Down
4 changes: 2 additions & 2 deletions bioproxy/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter Biocolab's Proxy 1.0.26 (latest): " COLAB_PROXY_VERSION
read -p "Please enter Biocolab's Proxy 1.0.27 (latest): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
echo -e "\nBioproxy Version: $COLAB_PROXY_VERSION\n"

fi
Expand Down
4 changes: 2 additions & 2 deletions bioproxy/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter Biocolab's Proxy 1.0.26 (latest): " COLAB_PROXY_VERSION
read -p "Please enter Biocolab's Proxy 1.0.27 (latest): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
echo -e "\nBioproxy Version: $COLAB_PROXY_VERSION\n"

fi
Expand Down
4 changes: 2 additions & 2 deletions biostdio_restart_container/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter Biocolab's Proxy 1.0.26 (latest): " COLAB_PROXY_VERSION
read -p "Please enter Biocolab's Proxy 1.0.27 (latest): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
fi


Expand Down
4 changes: 2 additions & 2 deletions biostdio_restart_container/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ fi

# Check Version
echo -e "\n"
read -p "Please enter Biocolab's Proxy 1.0.26 (latest): " COLAB_PROXY_VERSION
read -p "Please enter Biocolab's Proxy 1.0.27 (latest): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
fi

echo -e "\n HTTP_SERVER_PORT : $HTTP_PORT"
Expand Down
4 changes: 2 additions & 2 deletions k8s/microk8s-biocolab-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ else
echo -e "${_BLUE}Enable GPU operator${_NC}\n"
microk8s enable gpu
fi
read -p "Please enter BioStudio Colab Proxy's VERSION (1.0.26): " COLAB_PROXY_VERSION
read -p "Please enter BioStudio Colab Proxy's VERSION (1.0.27): " COLAB_PROXY_VERSION
if [ -z "$COLAB_PROXY_VERSION" ]; then
COLAB_PROXY_VERSION="1.0.26"
COLAB_PROXY_VERSION="1.0.27"
fi

read -p "Please enter BioStudio Colab VERSION (2.0.50): " COLAB_BIOCOLAB_VERSION
Expand Down

0 comments on commit b7987bc

Please sign in to comment.