comparison biomodels_BIOMD0000001066.xml @ 2:e66700f4c7eb draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit dcb4abd1fcf9114ced686c7343c2de4b064a57c1-dirty
author bgruening
date Tue, 12 Mar 2024 17:03:04 +0000
parents 1748c5d74df5
children e5d28e255f58
comparison
equal deleted inserted replaced
1:99ebf69e9b45 2:e66700f4c7eb
39 39
40 ]]> 40 ]]>
41 </configfile> 41 </configfile>
42 </configfiles> 42 </configfiles>
43 <inputs> 43 <inputs>
44 <param name="input_file" type="data" label="Test data" format="tabular,csv,xlsx" multiple="false" /> 44 <param name="input_file" type="data" label="Test data" format="tabular,csv,xlsx" multiple="false"/>
45 </inputs> 45 </inputs>
46 <outputs> 46 <outputs>
47 <data format="tabular" name="output_file" label="Predicted data"></data> 47 <data format="tabular" name="output_file" label="Predicted data"/>
48 </outputs> 48 </outputs>
49 <tests> 49 <tests>
50 <test> 50 <test>
51 <param name="input_file" value="test_data.tabular" ftype="tabular" /> 51 <param name="input_file" value="test_data.tabular" ftype="tabular"/>
52 <output name="output_file" file="pred_data.tabular"> 52 <output name="output_file" file="pred_data.tabular">
53 <assert_contents> 53 <assert_contents>
54 <has_n_columns n="17" /> 54 <has_n_columns n="17"/>
55 <has_n_lines n="296" /> 55 <has_n_lines n="296"/>
56 </assert_contents> 56 </assert_contents>
57 </output> 57 </output>
58 </test> 58 </test>
59 <test> 59 <test>
60 <param name="input_file" value="test_data.csv" ftype="csv" /> 60 <param name="input_file" value="test_data.csv" ftype="csv"/>
61 <output name="output_file" file="pred_data.tabular"> 61 <output name="output_file" file="pred_data.tabular">
62 <assert_contents> 62 <assert_contents>
63 <has_n_columns n="17" /> 63 <has_n_columns n="17"/>
64 <has_n_lines n="296" /> 64 <has_n_lines n="296"/>
65 </assert_contents> 65 </assert_contents>
66 </output> 66 </output>
67 </test> 67 </test>
68 <test> 68 <test>
69 <param name="input_file" value="test_data.xlsx" ftype="xlsx" /> 69 <param name="input_file" value="test_data.xlsx" ftype="xlsx"/>
70 <output name="output_file" file="pred_data.tabular"> 70 <output name="output_file" file="pred_data.tabular">
71 <assert_contents> 71 <assert_contents>
72 <has_n_columns n="17" /> 72 <has_n_columns n="17"/>
73 <has_n_lines n="296" /> 73 <has_n_lines n="296"/>
74 </assert_contents> 74 </assert_contents>
75 </output> 75 </output>
76 </test> 76 </test>
77 </tests> 77 </tests>
78 <help> 78 <help>