Repository 'chipsequtil'
hg clone https://toolshed.g2.bx.psu.edu/repos/alenail/chipsequtil

Changeset 10:a92644537c7d (2016-04-04)
Previous changeset 9:1c6c8591f760 (2016-04-04) Next changeset 11:45d2e58bcaf8 (2016-04-04)
Commit message:
Uploaded
modified:
chipsequtil/map_to_known_genes.xml
added:
chipsequtil/._map_to_known_genes.py
chipsequtil/._map_to_known_genes.xml
b
diff -r 1c6c8591f760 -r a92644537c7d chipsequtil/._map_to_known_genes.py
b
Binary file chipsequtil/._map_to_known_genes.py has changed
b
diff -r 1c6c8591f760 -r a92644537c7d chipsequtil/._map_to_known_genes.xml
b
Binary file chipsequtil/._map_to_known_genes.xml has changed
b
diff -r 1c6c8591f760 -r a92644537c7d chipsequtil/map_to_known_genes.xml
--- a/chipsequtil/map_to_known_genes.xml Mon Apr 04 15:02:08 2016 -0400
+++ b/chipsequtil/map_to_known_genes.xml Mon Apr 04 15:05:42 2016 -0400
b
@@ -10,10 +10,10 @@
   <command interpreter="python">
     map_to_known_genes.py
       $tss
+      --peaks-format=$peaks_fmt
       --upstream-window=$upst_win
       --downstream-window=$dnst_win
-      --map-output=$peaksOutput
-      --peaks-format=$peaks_fmt
+      --map-output="$peaksOutput"
       $detail
       $intergenic
       $knownGeneFile $knownGeneRef $macsPeaksFile
@@ -38,7 +38,7 @@
     <param name="intergenic" checked="false" label="Write intergenic peaks to the gene file as well with None as gene ID" type="boolean" truevalue="--intergenic" falsevalue="" help="" />
   </inputs>
   <outputs>
-    <data format="txt" hidden="false" name="peaksOutput"/>
+    <data name="peaksOutput" format="txt" hidden="false" />
   </outputs>
   <help></help>
 </tool>