annotate SMART/galaxy/testR.xml @ 11:2da30502c2f1

Updated CompareOverlappingSmallQuery.xml
author m-zytnicki
date Thu, 14 Mar 2013 05:37:08 -0400
parents 769e306b7933
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
1 <tool id="testDiffExpAnal" name="Differential Expression Analysis">
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
2 <description>Differential expression analysis for sequence count data (DESeq)</description>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
3 <command interpreter="sh"> ../DiffExpAnal/testR.sh $inputFile $columnsOfGeneName $columnsOfCondition1 $columnsOfCondition2 $outputFileCSV $outputFilePNG 2>$outputLog </command>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
4 <inputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
5 <param name="inputFile" type="data" label="Input File" format="tabular"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
6 <param name="columnsOfGeneName" type="text" value="0" label="Please indicate the column numbers of gene names with ',' separator. If There are not gene names, default value is 0."/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
7 <param name="columnsOfCondition1" type="text" value="1,2" label="Please indicate the column numbers of condition1 with ',' separator."/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
8 <param name="columnsOfCondition2" type="text" value="3,4" label="Please indicate the column numbers of condition2 with ',' separator."/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
9 </inputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
10
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
11 <outputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
12 <data format="tabular" name="outputFileCSV" label="[DiffExpAnal] Output CSV File"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
13 <data format="png" name="outputFilePNG" label="[DiffExpAnal] Output PNG File"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
14 <data format="tabular" name="outputLog" label="[DiffExpAnal] Log File"/>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
15 </outputs>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
16
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
17 <help>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
18 </help>
769e306b7933 Change the repository level.
yufei-luo
parents:
diff changeset
19 </tool>