comparison EBGeneTwoCondTest.xml @ 24:b6465cb90cc0 draft

Uploaded
author ning
date Wed, 20 Mar 2013 00:08:31 -0400
parents 64bd08a2577c
children
comparison
equal deleted inserted replaced
23:675d21e7fabc 24:b6465cb90cc0
1 <tool id="EBGeneTwoCondTest" name="Gene level DE test across two conditions"> 1 <tool id="EBGeneTwoCondTest" name="Gene level DE test across two conditions">
2 <description>Runs EBSeq to find DE genes across two conditions</description> 2 <description>Runs EBSeq to find DE genes across two conditions</description>
3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBGeneTwoCondTest.R --args $Gene_Expression $First_Row_Sample_Names $Conditions $Target_FDR $Output $Sorted_Output $Sorted_Output_with_target_FDR $Sizes</command> 3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBGeneTwoCondTest.R --args $Gene_Expression $First_Row_Sample_Names $Conditions $Target_FDR $Output $Sorted_Output $Sorted_Output_with_target_FDR $Sizes</command>
4 <inputs> 4 <inputs>
5 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab eliminated, please use the unnormalized values)"/> 5 <param name="Gene_Expression" type="data" format="tabular" label="Gene Expression (tab delimited, please use the unnormalized values, e.g. expected counts form RSEM)"/>
6 <param name="First_Row_Sample_Names" type="select" format="text"> 6 <param name="First_Row_Sample_Names" type="select" format="text">
7 <label>The First Row is Sample Names?</label> 7 <label>The First Row is Sample Names?</label>
8 <option value="y">Yes</option> 8 <option value="y">Yes</option>
9 <option value="n">No</option> 9 <option value="n">No</option>
10 </param> 10 </param>
11 <param name="Conditions" type="text" size="60" value="C1,C2" label="Enter which condition each 11 <param name="Conditions" type="text" size="60" value="C1,C2" label="Enter which condition each
12 sample belongs to (seperated by comma, no space please)." 12 sample belongs to (separated by comma, no space please)."
13 help=""/> 13 help=""/>
14 <param name="Target_FDR" type="text" format="tabular" value="0.05" label="Target FDR" 14 <param name="Target_FDR" type="text" format="tabular" value="0.05" label="Target FDR"
15 /> 15 />
16 </inputs> 16 </inputs>
17 <outputs> 17 <outputs>