Mercurial > repos > bgruening > sklearn_train_test_eval
comparison main_macros.xml @ 3:20bb2a45f922 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit eb703290e2589561ea215c84aa9f71bcfe1712c6"
author | bgruening |
---|---|
date | Fri, 01 Nov 2019 17:12:39 -0400 |
parents | e23cfe4be9d4 |
children | 2b8406e74f9e |
comparison
equal
deleted
inserted
replaced
2:e23cfe4be9d4 | 3:20bb2a45f922 |
---|---|
326 </xml> | 326 </xml> |
327 | 327 |
328 | 328 |
329 <!--Data interface--> | 329 <!--Data interface--> |
330 | 330 |
331 <xml name="samples_tabular" token_multiple1="false" token_multiple2="false"> | 331 <xml name="samples_tabular" token_label1="Training samples dataset:" token_multiple1="false" token_multiple2="false"> |
332 <param name="infile1" type="data" format="tabular" label="Training samples dataset:"/> | 332 <param name="infile1" type="data" format="tabular" label="@LABEL1@"/> |
333 <param name="header1" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="False" label="Does the dataset contain header:" /> | 333 <param name="header1" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="False" label="Does the dataset contain header:" /> |
334 <conditional name="column_selector_options_1"> | 334 <conditional name="column_selector_options_1"> |
335 <expand macro="samples_column_selector_options" multiple="@MULTIPLE1@"/> | 335 <expand macro="samples_column_selector_options" multiple="@MULTIPLE1@"/> |
336 </conditional> | 336 </conditional> |
337 <param name="infile2" type="data" format="tabular" label="Dataset containing class labels or target values:"/> | 337 <param name="infile2" type="data" format="tabular" label="Dataset containing class labels or target values:"/> |