Repository 'idr_package'
hg clone https://toolshed.g2.bx.psu.edu/repos/modencode-dcc/idr_package

Changeset 2:e7295ec4e750 (2013-01-17)
Previous changeset 1:c6bfb8bcff93 (2013-01-17) Next changeset 3:5e6efd5f3567 (2013-01-17)
Commit message:
Uploaded
added:
idrPlotDef.xml
b
diff -r c6bfb8bcff93 -r e7295ec4e750 idrPlotDef.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/idrPlotDef.xml Thu Jan 17 15:45:03 2013 -0500
b
@@ -0,0 +1,31 @@
+<!--
+Usage of THIS SCRIPT: ./idrPlotWrapper.sh em uri outputfile 
+-->
+
+<tool id="batch_consistency_plot" name="IDR-Plot">
+  <description>Plot Consistency Analysis on IDR output files</description>
+  <command interpreter="bash">idrPlotWrapper.sh $em $uri $outputfile</command>
+  <inputs>
+    <param name="uri" type="data" label="uri.sav file (output from IDR consistency analysis)"/>
+    <param name="em" type="data" label="em.sav file (output from IDR consistency analysis)"/>
+  </inputs>
+  <outputs>
+    <data format="pdf" name="outputfile" label="IDR-plot.pdf"/>
+  </outputs>
+
+  <tests>
+    <test>
+<!--
+      <param name="input" value="fa_gc_content_input.fa"/>
+      <output name="out_file1" file="fa_gc_content_output.txt"/>
+-->
+    </test>
+  </tests>
+
+  <help>
+Plots the correspondence curve and IDR threshold (i.e. number of selected peaks vs IDR) for each pair of samples.
+Uses the output of IDR consistency analysis and produces a downloadable PDF file containing the graphical analysis.
+This is a part of the IDR package.  For more information about IDR, see https://sites.google.com/site/anshulkundaje/projects/idr.
+  </help>
+
+</tool>