Mercurial > repos > ning > ebseq
annotate GetIg.xml @ 12:1108020e2d84 draft
Uploaded
author | ning |
---|---|
date | Fri, 15 Mar 2013 18:23:14 -0400 |
parents | 186aff8bcca3 |
children |
rev | line source |
---|---|
2 | 1 <tool id="Get_Ig" name="Get Ig vector from gene-isoform mapping for isoform level DE analysis"> |
2 <description>Get Ig vector from gene-isoform mapping for isoform leve | |
3 l DE analysis</description> | |
4 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/GetIg.R --args $input $output</command> | |
5 <inputs> | |
6 <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."/> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="tabular" name="output" /> | |
10 </outputs> | |
11 | |
12 <help> | |
13 | |
14 | |
15 </help> | |
16 | |
17 | |
18 </tool> |