Skip to content

Commit c482d07

Browse files
committed
Bump version number to 0.8.5d-beta
1 parent aae910e commit c482d07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

norm_scripts/run_normalization

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ OPTIONS:
7070

7171
for(my $i=0; $i<@ARGV; $i++) {
7272
if ($ARGV[$i] eq '-v'){
73-
die "\nPORT v0.8.5c-beta\n\n";
73+
die "\nPORT v0.8.5d-beta\n\n";
7474
}
7575
}
7676
for(my $i=0; $i<@ARGV; $i++) {

norm_scripts/runall_normalization.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
}
613613
}
614614
open(LOG, ">>$logfile");
615-
print LOG "\nPORT v0.8.5c-beta\n";
615+
print LOG "\nPORT v0.8.5d-beta\n";
616616
my $default_input = $input;
617617
#$default_input = `cat $shdir/runall_normalization.sh`;
618618
$default_input =~ s/perl\ //g;

template_v0.8.5.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# config file for [PORT - RNA-Seq Normalization & Quantification] (v0.8.5c-beta)
2+
# config file for [PORT - RNA-Seq Normalization & Quantification] (v0.8.5d-beta)
33

44
######################################################################################################################
55

0 commit comments

Comments
 (0)