comparison predict_activity.xml @ 3:ca24a7d362b5 draft

planemo upload commit b860aaaa948dbc6edc43f776572110e0a8766ab3-dirty
author anmoljh
date Wed, 18 Oct 2017 09:06:28 -0400
parents 7d5a86725094
children
comparison
equal deleted inserted replaced
2:ae60ef466288 3:ca24a7d362b5
11 </stdio> 11 </stdio>
12 12
13 <command interpreter="Rscript">predict_activity.R $file1 $model $output1 2>/dev/null </command> 13 <command interpreter="Rscript">predict_activity.R $file1 $model $output1 2>/dev/null </command>
14 14
15 <inputs> 15 <inputs>
16 <param name="model" type="data" format="data" label="Select Model" help="Select built model obtained from caret tool 'Create script from the template file'." /> 16 <param name="model" type="data" format="rdata" label="Select Model" help="Select built model obtained from caret tool 'Create script from the template file'." />
17 <param name="file1" type="data" format="csv" label="Select file have descriptor data for activity prediction" help="csv format" /> 17 <param name="file1" type="data" format="csv" label="Select file have descriptor data for activity prediction" help="csv format" />
18 </inputs> 18 </inputs>
19 19
20 <outputs> 20 <outputs>
21 <data format="txt" name="output1" label="Prediction on $file1.name" /> 21 <data format="txt" name="output1" label="Prediction on $file1.name" />
22 </outputs> 22 </outputs>
23 23
24 <tests> 24 <tests>
25 <test> 25 <test>
26 <param name="model" value="MODEL.RData" /> 26 <param name="model" value="MODEL.rdata" />
27 <param name="file1" value="Descriptors_File_of_prediction_set.csv" /> 27 <param name="file1" value="Descriptors_File_of_prediction_set.csv" />
28 <output name="output1" file="Prediction_on_Descriptors_File_of_prediction_set.txt" compare="sim_size" delta="90000" /> 28 <output name="output1" file="Prediction_on_Descriptors_File_of_prediction_set.txt" compare="sim_size" delta="90000" />
29 </test> 29 </test>
30 </tests> 30 </tests>
31 31