Mercurial > repos > ning > ebseq
view GetIg.xml @ 23:675d21e7fabc draft
Uploaded
author | ning |
---|---|
date | Wed, 20 Mar 2013 00:08:20 -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>