changeset 2:186aff8bcca3 draft

Uploaded
author ning
date Fri, 15 Mar 2013 18:20:11 -0400
parents aebe98ba5c22
children f2a1b4f9ccd5
files GetIg.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GetIg.xml	Fri Mar 15 18:20:11 2013 -0400
@@ -0,0 +1,18 @@
+<tool id="Get_Ig" name="Get Ig vector from gene-isoform mapping for isoform level DE analysis">
+	<description>Get Ig vector from gene-isoform mapping for isoform leve
+	l DE analysis</description>
+	<command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/GetIg.R --args $input $output</command>
+  <inputs>
+		<param name="input" type="data" size="5" value="" label="" help="The first column should be gene names and the second column should be isoform names. No headers please."/>
+  </inputs>
+  <outputs>
+		<data format="tabular" name="output" />
+  </outputs>
+
+  <help>
+
+
+</help>
+
+
+</tool>