view GetIg.xml @ 12:1108020e2d84 draft

Uploaded
author ning
date Fri, 15 Mar 2013 18:23:14 -0400
parents 186aff8bcca3
children
line wrap: on
line source

<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>