Mercurial > repos > bgruening > sklearn_train_test_eval
comparison main_macros.xml @ 2:e23cfe4be9d4 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 02087ce2966cf8b4aac9197a41171e7f986c11d1-dirty"
author | bgruening |
---|---|
date | Wed, 02 Oct 2019 03:46:45 -0400 |
parents | cc49634df38f |
children | 20bb2a45f922 |
comparison
equal
deleted
inserted
replaced
1:cc49634df38f | 2:e23cfe4be9d4 |
---|---|
419 <expand macro="input_tabular_target"/> | 419 <expand macro="input_tabular_target"/> |
420 </xml> | 420 </xml> |
421 | 421 |
422 <xml name="sl_mixed_input"> | 422 <xml name="sl_mixed_input"> |
423 <conditional name="input_options"> | 423 <conditional name="input_options"> |
424 <param name="selected_input" type="select" label="Select input type:"> | 424 <expand macro="data_input_options"/> |
425 <option value="tabular" selected="true">tabular data</option> | 425 <expand macro="data_input_whens"/> |
426 <option value="sparse">sparse matrix</option> | 426 </conditional> |
427 <option value="seq_fasta">sequnences in a fasta file</option> | 427 </xml> |
428 <option value="refseq_and_interval">reference genome and intervals</option> | 428 |
429 </param> | 429 <xml name="sl_mixed_input_plus_sequence"> |
430 <when value="tabular"> | 430 <conditional name="input_options"> |
431 <expand macro="samples_tabular" multiple1="true" multiple2="false"/> | 431 <expand macro="data_input_options"> |
432 </when> | 432 <option value="seq_fasta">sequnences in a fasta file</option> |
433 <when value="sparse"> | 433 <option value="refseq_and_interval">reference genome and intervals</option> |
434 <expand macro="sparse_target"/> | 434 </expand> |
435 </when> | 435 <expand macro="data_input_whens"> |
436 <when value="seq_fasta"> | 436 <when value="seq_fasta"> |
437 <expand macro="inputs_seq_fasta"/> | 437 <expand macro="inputs_seq_fasta"/> |
438 </when> | 438 </when> |
439 <when value="refseq_and_interval"> | 439 <when value="refseq_and_interval"> |
440 <expand macro="inputs_refseq_and_interval"/> | 440 <expand macro="inputs_refseq_and_interval"/> |
441 </when> | 441 </when> |
442 </conditional> | 442 </expand> |
443 </conditional> | |
444 </xml> | |
445 | |
446 <xml name="data_input_options"> | |
447 <param name="selected_input" type="select" label="Select input type:"> | |
448 <option value="tabular" selected="true">tabular data</option> | |
449 <option value="sparse">sparse matrix</option> | |
450 <yield/> | |
451 </param> | |
452 </xml> | |
453 | |
454 <xml name="data_input_whens"> | |
455 <when value="tabular"> | |
456 <expand macro="samples_tabular" multiple1="true" multiple2="false"/> | |
457 </when> | |
458 <when value="sparse"> | |
459 <expand macro="sparse_target"/> | |
460 </when> | |
461 <yield/> | |
443 </xml> | 462 </xml> |
444 | 463 |
445 <xml name="input_tabular_target"> | 464 <xml name="input_tabular_target"> |
446 <param name="infile2" type="data" format="tabular" label="Dataset containing class labels or target values:"/> | 465 <param name="infile2" type="data" format="tabular" label="Dataset containing class labels or target values:"/> |
447 <param name="header2" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="false" label="Does the dataset contain header:" /> | 466 <param name="header2" type="boolean" optional="true" truevalue="booltrue" falsevalue="boolfalse" checked="false" label="Does the dataset contain header:" /> |