]> git.donarmstrong.com Git - rsem.git/commitdiff
back to single thread Gibbs
authorBo Li <bli@cs.wisc.edu>
Mon, 25 Apr 2011 18:11:43 +0000 (13:11 -0500)
committerBo Li <bli@cs.wisc.edu>
Mon, 25 Apr 2011 18:11:43 +0000 (13:11 -0500)
calcCI.cpp
rsem-calculate-expression

index f3964d18b8472d65a42b07355041ddeaed82a045..c9ccce5909a2be59baabe8b3345232256e8a2da4 100644 (file)
@@ -382,14 +382,12 @@ int main(int argc, char* argv[]) {
 
        delete[] tau_denoms;
 
-       /*
        sprintf(command, "rm -f %s", tmpF);
        int status = system(command);
        if (status != 0) {
                fprintf(stderr, "Cannot delete %s!\n", tmpF);
                exit(-1);
        }
-        */
 
        return 0;
 }
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);