]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-calculate-expression
Fixed a bug related to output format. Grant read permession to all files and executio...
[rsem.git] / rsem-calculate-expression
index de412ae8227e5427ced5b5bb78883cd863a8adad..0f22282dfc8f0b4ea259d057b7aca3ebdc2528ce 100755 (executable)
@@ -344,7 +344,7 @@ sub collectResults {
        ++$cnt;
        chomp($line);
        my @local_arr = split(/\t/, $line);
-       if ($cnt == 3) { @comment = @local_arr; }
+       if ($cnt == 4) { @comment = @local_arr; }
        else { push(@results, \@local_arr); }
     }