From c482d07aa8b03236004f47f2c80ecf2332870da4 Mon Sep 17 00:00:00 2001 From: brainfood <967448+brainfood@users.noreply.github.com> Date: Thu, 25 Oct 2018 09:31:41 -0400 Subject: [PATCH] Bump version number to 0.8.5d-beta --- norm_scripts/run_normalization | 2 +- norm_scripts/runall_normalization.pl | 2 +- template_v0.8.5.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/norm_scripts/run_normalization b/norm_scripts/run_normalization index c898a55..45ca9af 100755 --- a/norm_scripts/run_normalization +++ b/norm_scripts/run_normalization @@ -70,7 +70,7 @@ OPTIONS: for(my $i=0; $i<@ARGV; $i++) { if ($ARGV[$i] eq '-v'){ - die "\nPORT v0.8.5c-beta\n\n"; + die "\nPORT v0.8.5d-beta\n\n"; } } for(my $i=0; $i<@ARGV; $i++) { diff --git a/norm_scripts/runall_normalization.pl b/norm_scripts/runall_normalization.pl index 22a1041..9332493 100644 --- a/norm_scripts/runall_normalization.pl +++ b/norm_scripts/runall_normalization.pl @@ -612,7 +612,7 @@ } } open(LOG, ">>$logfile"); -print LOG "\nPORT v0.8.5c-beta\n"; +print LOG "\nPORT v0.8.5d-beta\n"; my $default_input = $input; #$default_input = `cat $shdir/runall_normalization.sh`; $default_input =~ s/perl\ //g; diff --git a/template_v0.8.5.cfg b/template_v0.8.5.cfg index 65b2e42..c59bf06 100644 --- a/template_v0.8.5.cfg +++ b/template_v0.8.5.cfg @@ -1,5 +1,5 @@ -# config file for [PORT - RNA-Seq Normalization & Quantification] (v0.8.5c-beta) +# config file for [PORT - RNA-Seq Normalization & Quantification] (v0.8.5d-beta) ######################################################################################################################