From a49cbd60d6e84346edbfb27d46f0a3630d404665 Mon Sep 17 00:00:00 2001 From: Bo Li Date: Mon, 25 Apr 2011 13:11:43 -0500 Subject: [PATCH] back to single thread Gibbs --- calcCI.cpp | 2 -- rsem-calculate-expression | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/calcCI.cpp b/calcCI.cpp index f3964d1..c9ccce5 100644 --- a/calcCI.cpp +++ b/calcCI.cpp @@ -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; } diff --git a/rsem-calculate-expression b/rsem-calculate-expression index 68aa258..1535147 100755 --- a/rsem-calculate-expression +++ b/rsem-calculate-expression @@ -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); -- 2.39.2