X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rsem-calculate-expression;h=06604d96a8c415b4eaeaf9e74854d6bf772a8d17;hb=c9c7c384a120cdf5f9e95ddea0021f6db9b03885;hp=1535147976a811383f030d41c64768f6e590cefa;hpb=a49cbd60d6e84346edbfb27d46f0a3630d404665;p=rsem.git diff --git a/rsem-calculate-expression b/rsem-calculate-expression index 1535147..06604d9 100755 --- a/rsem-calculate-expression +++ b/rsem-calculate-expression @@ -8,7 +8,7 @@ use strict; #const my $BURNIN = 200; -my $NSAMPLES = 1000; +my $CHAINLEN = 1000; my $SAMPLEGAP = 1; my $CONFIDENCE = 0.95; my $NSPC = 50; @@ -285,7 +285,7 @@ if ($genBamF) { &collectResults("$imdName.gene_res", "$sampleName.genes.results"); # gene level if ($calcCI) { - $command = $dir."rsem-run-gibbs $refName $sampleName $sampleToken $BURNIN $NSAMPLES $SAMPLEGAP"; + $command = $dir."rsem-run-gibbs $refName $sampleName $sampleToken $BURNIN $CHAINLEN $SAMPLEGAP"; # $command .= " -p $nThreads"; if ($quiet) { $command .= " -q"; } print "$command\n"; @@ -661,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