changeset 3:ca24a7d362b5 draft

planemo upload commit b860aaaa948dbc6edc43f776572110e0a8766ab3-dirty
author anmoljh
date Wed, 18 Oct 2017 09:06:28 -0400
parents ae60ef466288
children 43195f69f0f9
files predict_activity.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/predict_activity.xml	Wed Jun 14 06:59:49 2017 -0400
+++ b/predict_activity.xml	Wed Oct 18 09:06:28 2017 -0400
@@ -13,7 +13,7 @@
     <command interpreter="Rscript">predict_activity.R  $file1 $model $output1  2>/dev/null </command>
 
     <inputs>
-        <param name="model" type="data" format="data" label="Select Model" help="Select built model obtained from caret tool 'Create script from the template file'." />
+        <param name="model" type="data" format="rdata" label="Select Model" help="Select built model obtained from caret tool 'Create script from the template file'." />
         <param name="file1" type="data" format="csv"  label="Select file have descriptor data for activity prediction" help="csv format" />
     </inputs>
 
@@ -23,7 +23,7 @@
 
     <tests>
  	<test>
-          	<param name="model" value="MODEL.RData"  />
+          	<param name="model" value="MODEL.rdata"  />
           	<param name="file1" value="Descriptors_File_of_prediction_set.csv" />
           	<output name="output1" file="Prediction_on_Descriptors_File_of_prediction_set.txt" compare="sim_size" delta="90000" />
  	</test>