]> git.donarmstrong.com Git - rsem.git/blobdiff - convert-sam-for-rsem
Added --version option for rsem-calculate-expression
[rsem.git] / convert-sam-for-rsem
index decf86195f25d65a9cdacddb98d272d25c160df3..7d60f70974fa7db3dc1b96d615771bd7c23b1206 100755 (executable)
@@ -87,7 +87,7 @@ sub runCommand {
     if ($status != 0) { 
        my $errmsg;
        if (scalar(@_) > 1) { $errmsg = $_[1]; }
-       else { $errmsg = "\"$command\" failed! Plase check if you provide correct parameters/options for the pipeline!"; }
+       else { $errmsg = "\"$command\" failed! Please check if you provide correct parameters/options for the pipeline!"; }
        print $errmsg."\n";
        exit(-1);
     }