X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=rsem-plot-transcript-wiggles;h=37c7e270540667222142600ccc00a5b6258bfc03;hp=25e8b355dae5992cfd003bb3a659a0d28662f29a;hb=683863b75f8d8bef2461039a6911b0e9619cc113;hpb=1b2999c4407ef8419fb89b66b843b7141caff4da diff --git a/rsem-plot-transcript-wiggles b/rsem-plot-transcript-wiggles index 25e8b35..37c7e27 100755 --- a/rsem-plot-transcript-wiggles +++ b/rsem-plot-transcript-wiggles @@ -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";