Repository 'shrnaseq'
hg clone https://toolshed.g2.bx.psu.edu/repos/shians/shrnaseq

Changeset 15:5a917ea5bed2 (2015-01-12)
Previous changeset 14:44130e484a97 (2014-11-19) Next changeset 16:525bf4364896 (2015-01-12)
Commit message:
- Fixed read requirement report statistic.
modified:
hairpinTool.R
hairpinTool.xml
b
diff -r 44130e484a97 -r 5a917ea5bed2 hairpinTool.R
--- a/hairpinTool.R Wed Nov 19 11:05:03 2014 +1100
+++ b/hairpinTool.R Mon Jan 12 16:31:48 2015 +1100
b
@@ -417,6 +417,7 @@
                                                   
 if (inputType == "fastq" || inputType == "pairedFastq") {
   # Use EdgeR hairpin process and capture outputs
+
   hpReadout <- capture.output(
   data <- processAmplicons(readfile=fastqPath, readfile2=fastqPathRev,
                             barcodefile=samplePath, 
@@ -988,7 +989,7 @@
 }
 
 if (sampleReq != 0) {
-  tempStr <- paste("Samples that did not produce more than", sampleReq,
+  tempStr <- paste("Samples that did not produce more than", readReq,
                    "counts were filtered out.")
   ListItem(tempStr)
 
b
diff -r 44130e484a97 -r 5a917ea5bed2 hairpinTool.xml
--- a/hairpinTool.xml Wed Nov 19 11:05:03 2014 +1100
+++ b/hairpinTool.xml Mon Jan 12 16:31:48 2015 +1100
b
@@ -81,7 +81,7 @@
                 #end if
                 
                 #if $inputOpt.secondaryFactor.secFactorOpt=="yes":
-                  $inputOpt.secondaryFactor.secFactName
+                  "$inputOpt.secondaryFactor.secFactName"
                 #else:
                   "none"
                 #end if
@@ -96,23 +96,23 @@
                   -Inf
                 #end if
           
-                $fdr
-                $lfc
-                $direction
-                $workMode.mode
-                $outFile
-                $outFile.files_path
+                "$fdr"
+                "$lfc"
+                "$direction"
+                "$workMode.mode"
+                "$outFile"
+                "$outFile.files_path"
           
                 #if $workMode.mode=="classic":
                   "$workMode.pair1"
                   "$workMode.pair2"
                 #elif $workMode.mode=="glm":
                   "$workMode.contrast"
-                  $workMode.roast.roastOption
+                  "$workMode.roast.roastOption"
 
                   #if $workMode.roast.roastOption=="yes":
-                    $workMode.roast.hairpinReq
-                    $workMode.roast.select.selOption
+                    "$workMode.roast.hairpinReq"
+                    "$workMode.roast.select.selOption"
                     "$workMode.roast.select.selection"
                   #else:
                     0