]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-plot-transcript-wiggles
Fixed a bug in perl scripts for printing error messages
[rsem.git] / rsem-plot-transcript-wiggles
index 25e8b355dae5992cfd003bb3a659a0d28662f29a..37c7e270540667222142600ccc00a5b6258bfc03 100755 (executable)
@@ -46,6 +46,7 @@ if ($show_unique) {
 $command = $dir."rsem-gen-transcript-plots $ARGV[0] $ARGV[1] $gene_list $show_unique $ARGV[2]";
 &runCommand($command);
 
+
 # command, {err_msg}
 sub runCommand {
     print $_[0]."\n";