]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-calculate-expression
back to single thread Gibbs
[rsem.git] / rsem-calculate-expression
index 68aa2587abcfb96bf6fa8639ebb1876d4e7c4d83..1535147976a811383f030d41c64768f6e590cefa 100755 (executable)
@@ -286,7 +286,7 @@ if ($genBamF) {
 
 if ($calcCI) {
     $command = $dir."rsem-run-gibbs $refName $sampleName $sampleToken $BURNIN $NSAMPLES $SAMPLEGAP";
-    $command .= " -p $nThreads";
+#    $command .= " -p $nThreads";
     if ($quiet) { $command .= " -q"; }
     print "$command\n";
     $status = system($command);