changeset 2:246ffbb958df draft

planemo upload commit b860aaaa948dbc6edc43f776572110e0a8766ab3-dirty
author anmoljh
date Wed, 18 Oct 2017 09:05:04 -0400
parents 156d320299e1
children 4b06a229fa60
files feature_selection.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/feature_selection.xml	Wed Jun 14 06:59:04 2017 -0400
+++ b/feature_selection.xml	Wed Oct 18 09:05:04 2017 -0400
@@ -16,7 +16,7 @@
 <command interpreter="Rscript">feature_selection.R $input $profile $finalset $function1 $resampling $repeat $number $corcutoff $SAMPLING $cores> /dev/null 2>&amp;1 </command>
 
 <inputs>
-<param name="input"  type="data" format="data" label="Select input data file" help="input .RData file" />
+<param name="input"  type="data" format="rdata" label="Select input data file" help="input .RData file" />
 <param name="SAMPLING" type="select"  label="Select Sampling Method for imbalanced data" help="Defualt is with No sampling. you may choose downsample or upsample" >
                 <option value="garBage" selected="true">No Sampling</option>
                 <option value="downsampling">downsample</option>
@@ -63,7 +63,7 @@
 
 <outputs>
 	<data format="data" name="profile"  label="$function1-profile" />
-	<data format="data" name="finalset" label="Selected_feature.RData "/>
+	<data format="rdata" name="finalset" label="Selected_feature.RData "/>
 </outputs>
 
 <tests>