]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-plot-transcript-wiggles
Added --version option for rsem-calculate-expression
[rsem.git] / rsem-plot-transcript-wiggles
index 37c7e270540667222142600ccc00a5b6258bfc03..46a71aaee21ea7abc7d45533db12b93812c7230a 100755 (executable)
@@ -54,7 +54,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);
     }