Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofonseca committed Nov 26, 2020
2 parents 9aed5a6 + 9c74385 commit 94f3ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/msi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# =========================================================

MSI_VERSION="0.3.2"
MSI_VERSION="0.3.3"
PATH2SCRIPT=$(dirname "${BASH_SOURCE[0]}" )
## load shell functions
source $PATH2SCRIPT/msi_shared.sh
Expand Down
4 changes: 2 additions & 2 deletions scripts/msi_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PATH2SCRIPT=$(dirname "${BASH_SOURCE[0]}" )

## OS tools
SYSTEM_DEPS="wget gunzip grep git perl /usr/bin/time bash java pip3 python3 Rscript R make cmake EMBOSS"
SYSTEM_DEPS="wget gunzip grep git perl /usr/bin/time bash java pip3 python3 Rscript R make cmake embossversion"

SYSTEM_PACKS="ncurses-devel libcurl-devel openssl-devel pandoc python3-devel"

Expand Down Expand Up @@ -324,7 +324,7 @@ function install_all {
}

function msi_to_docker {
MSI_VERSION="0.3.2"
MSI_VERSION="0.3.3"
set -e
echo "Generating docker image with MSI...this may take a while"
pushd $PATH2SCRIPT/..
Expand Down

0 comments on commit 94f3ffa

Please sign in to comment.