From e04e794261bf30625fd108c13b3b5c9df799490b Mon Sep 17 00:00:00 2001 From: Chris Tomkins-Tinch Date: Fri, 16 Sep 2016 11:57:01 -0400 Subject: [PATCH] pin conda-build; remove debug lines --- easy-deploy-script/easy-deploy-viral-ngs.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/easy-deploy-script/easy-deploy-viral-ngs.sh b/easy-deploy-script/easy-deploy-viral-ngs.sh index 1d8eefd1c..eb4a89d03 100755 --- a/easy-deploy-script/easy-deploy-viral-ngs.sh +++ b/easy-deploy-script/easy-deploy-viral-ngs.sh @@ -148,7 +148,7 @@ function install_miniconda(){ if [ -d "$MINICONDA_PATH/bin" ]; then prepend_miniconda conda install -q -y conda==4.0.10 - conda install -q -y conda-build>=1.7.1 + conda install -q -y conda-build==1.7.1 else echo "It looks like the Miniconda installation failed" exit 1 @@ -320,9 +320,6 @@ else echo "$VIRAL_CONDA_ENV_PATH/ already exists. Skipping conda env setup." fi - echo "exiting.....$1" - exit 0 - activate_env symlink_viral_ngs