]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem_perl_utils.pm
Modified RSEM perl scripts so that RSEM directory will be added in the beginning...
[rsem.git] / rsem_perl_utils.pm
index 4321a45ab3df0b58c2e312567a90d7c054f02a69..078d119276267983c7b5b940e8fb738ecfcaf768 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 package rsem_perl_utils;
 
@@ -86,9 +86,9 @@ sub collectResults {
     close(OUTPUT);
 }
 
-# dir
+# 0, dir
 sub showVersionInfo {
-    open(INPUT, "$_[0]\WHAT_IS_NEW");
+    open(INPUT, "$_[0]/WHAT_IS_NEW");
     my $line = <INPUT>;
     chomp($line);
     close(INPUT);