Mercurial > repos > bgruening > sklearn_numeric_clustering
comparison main_macros.xml @ 34:d5d98ed61fa2 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:17:59 -0400 |
| parents | fbd849199283 |
| children | e38a2675db5e |
comparison
equal
deleted
inserted
replaced
| 33:fbd849199283 | 34:d5d98ed61fa2 |
|---|---|
| 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:" /> |
