Skip to content

Commit

Permalink
Bump version number to 0.8.5d-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfood committed Oct 25, 2018
1 parent aae910e commit c482d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion norm_scripts/run_normalization
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down
2 changes: 1 addition & 1 deletion norm_scripts/runall_normalization.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion template_v0.8.5.cfg
Original file line number Diff line number Diff line change
@@ -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)

######################################################################################################################

Expand Down

0 comments on commit c482d07

Please sign in to comment.