From 86d022c6ff3242e1c70f0c3412cdc641de74fa3f Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 7 Nov 2013 12:38:38 +0000 Subject: [PATCH] fixed installer issue git-svn-id: http://biopieces.googlecode.com/svn/trunk@2254 74ccb610-7750-0410-82ae-013aeee3265d --- bp_scripts/QA_454_report.rb | 2 +- ...{biopieces_installer-0.50.sh => biopieces_installer-0.51.sh} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename bp_scripts/{biopieces_installer-0.50.sh => biopieces_installer-0.51.sh} (99%) diff --git a/bp_scripts/QA_454_report.rb b/bp_scripts/QA_454_report.rb index 4c3f7f5..905bfc3 100755 --- a/bp_scripts/QA_454_report.rb +++ b/bp_scripts/QA_454_report.rb @@ -67,7 +67,7 @@ class Report "read_sff -i #{@sff_file} | progress_meter | analyze_seq | - analyze_vals -k SEQ,GC%,HARD_MASK%,SOFT_MASK% | + analyze_vals -k SEQ,GC%,HARD_MASK%,SOFT_MASK% -x | write_tab -o #{@anal_file} -x" ) STDERR.puts "done.\n" diff --git a/bp_scripts/biopieces_installer-0.50.sh b/bp_scripts/biopieces_installer-0.51.sh similarity index 99% rename from bp_scripts/biopieces_installer-0.50.sh rename to bp_scripts/biopieces_installer-0.51.sh index f077b3d..702c4ee 100755 --- a/bp_scripts/biopieces_installer-0.50.sh +++ b/bp_scripts/biopieces_installer-0.51.sh @@ -231,7 +231,7 @@ function prompt_test_prerequisites echo "" echo " Any WARNINGs indicate that the executable for that auxillary" echo " program could not be found. While not critical, this will" - echo " cause some Biopieces to FAIL." + echo " cause some Biopieces to FAIL. You can install these afterwards." while true; do read -p "Continue (yes/no)? " answer -- 2.39.2