]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-prepare-reference
rsem v1.1.11
[rsem.git] / rsem-prepare-reference
index ecea8d763470ece4a6480057305740036ead881f..47d7d9c07549e4dc6cfcab51c0a79414bf60a6a4 100755 (executable)
@@ -109,7 +109,7 @@ if (!$no_bowtie) {
     print "$command\n";
     $status = system($command);
     if ($status != 0) {
-       print "bowtie-build failed! Please check if you provide correct parameters/options for the pipeline!\n";
+       print "bowtie-build failed! Please check if you have a copy of bowtie-build in the path you specified!\n";
        exit(-1);
     }
     print "\n";