X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rsem-calculate-expression;h=06604d96a8c415b4eaeaf9e74854d6bf772a8d17;hb=53e8bbb15e0bfed6a0caae7b5ba6777a9a942266;hp=e841e4b91e77b311d0ca33dc54b1bde4d468b14e;hpb=58f823f5be6dfbe00896fc44ac3aac5e881e9c5c;p=rsem.git diff --git a/rsem-calculate-expression b/rsem-calculate-expression index e841e4b..06604d9 100755 --- a/rsem-calculate-expression +++ b/rsem-calculate-expression @@ -286,6 +286,7 @@ if ($genBamF) { if ($calcCI) { $command = $dir."rsem-run-gibbs $refName $sampleName $sampleToken $BURNIN $CHAINLEN $SAMPLEGAP"; +# $command .= " -p $nThreads"; if ($quiet) { $command .= " -q"; } print "$command\n"; $status = system($command); @@ -317,7 +318,7 @@ if ($calcCI) { } if (!$keep_intermediate_files) { - $status = system ("rm -rf $tmp_dir"); + $status = system ("rm -rf $temp_dir"); if ($status != 0) { print "Fail to delete the temporary folder!\n"; exit(-1); @@ -660,3 +661,5 @@ Assume the path to the bowtie executables is in the user's PATH environment vari mmliver_paired_end_quals =cut + +# LocalWords: usr