diff README @ 0:0cebe436a553 draft default tip

Initial upload.
author hackdna
date Fri, 17 May 2013 14:29:33 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Fri May 17 14:29:33 2013 -0400
@@ -0,0 +1,21 @@
+Each of these files describes the interface for one of the tools in Galaxy:
+
+  * fingerprint.xml - Create Pathway Fingerprint
+  * distance.xml - Calculate Distance to Consensus
+  * similar-experiments.xml - Find Similar Experiments in GEO
+  * histogram.xml - Generate a Histogram
+  * heatmap.xml - Generate a Heatmap
+
+Each interface calls a corresponding R file that performs the actions:
+
+  * fingerprint.r
+  * distance.r
+  * similar-experiments.r
+  * histogram.r
+  * heatmap.r
+
+Shared fuctions are kept in this file:
+
+  * galaxy-pathprint.r
+
+