comparison keras_batch_models.xml @ 5:79efb5472c2e draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 5b2ac730ec6d3b762faa9034eddd19ad1b347476"
author bgruening
date Mon, 16 Dec 2019 09:47:30 +0000
parents f59a4f7c47f9
children 8edfc7381344
comparison
equal deleted inserted replaced
4:ca0719aa1de3 5:79efb5472c2e
36 <param name="generator_type" type="select" label="Select a batch data generator"> 36 <param name="generator_type" type="select" label="Select a batch data generator">
37 <option value="FastaDNABatchGenerator" selected="true">FastaDNABatchGenerator -- Online transformation of DNA sequences</option> 37 <option value="FastaDNABatchGenerator" selected="true">FastaDNABatchGenerator -- Online transformation of DNA sequences</option>
38 <option value="FastaRNABatchGenerator">FastaRNABatchGenerator -- Online transformation of RNA sequences</option> 38 <option value="FastaRNABatchGenerator">FastaRNABatchGenerator -- Online transformation of RNA sequences</option>
39 <option value="FastaProteinBatchGenerator">FastaProteinBatchGenerator -- Online transformation of Protein sequences</option> 39 <option value="FastaProteinBatchGenerator">FastaProteinBatchGenerator -- Online transformation of Protein sequences</option>
40 <option value="GenomicIntervalBatchGenerator">GenomicIntervalBatchGenerator - Online transformation of genomic sequences from a reference genome and intervals</option> 40 <option value="GenomicIntervalBatchGenerator">GenomicIntervalBatchGenerator - Online transformation of genomic sequences from a reference genome and intervals</option>
41 <!--option value="ImageBatchGenerator">ImageBatchGenerator - Online transformation of images</option--> 41 <option value="none">To be determined</option>
42 </param> 42 </param>
43 <when value="FastaDNABatchGenerator"> 43 <when value="FastaDNABatchGenerator">
44 <expand macro="params_fasta_dna_batch_generator"/> 44 <expand macro="params_fasta_dna_batch_generator"/>
45 </when> 45 </when>
46 <when value="FastaRNABatchGenerator"> 46 <when value="FastaRNABatchGenerator">
50 <expand macro="params_fasta_protein_batch_generator"/> 50 <expand macro="params_fasta_protein_batch_generator"/>
51 </when> 51 </when>
52 <when value="GenomicIntervalBatchGenerator"> 52 <when value="GenomicIntervalBatchGenerator">
53 <expand macro="params_genomic_interval_batch_generator"/> 53 <expand macro="params_genomic_interval_batch_generator"/>
54 </when> 54 </when>
55 <!--when value="ImageBatchGenerator"> 55 <when value="none"/>
56 <expand macro="params_image_batch_generator"/>
57 </when-->
58 </conditional> 56 </conditional>
59 <expand macro="keras_compile_params_section"/> 57 <expand macro="keras_compile_params_section"/>
60 <expand macro="keras_fit_params_section"/> 58 <expand macro="keras_fit_params_section"/>
61 <param name="class_positive_factor" type="float" value="1" optional="true" label="class_positive_factor" help="For binary classification only. If int, like 5, will convert to class_weight {0: 1, 1: 5}. If float, 0.2, corresponds to class_weight {0: 1/0.2, 1: 1}"/> 59 <param name="class_positive_factor" type="float" value="1" optional="true" label="class_positive_factor" help="For binary classification only. If int, like 5, will convert to class_weight {0: 1, 1: 5}. If float, 0.2, corresponds to class_weight {0: 1/0.2, 1: 1}"/>
62 <param name="prediction_steps" type="integer" value="" optional="true" label="prediction_steps" help="Prediction steps. Optional. If None, it equals number of samples divided by `batch_size`."/> 60 <param name="prediction_steps" type="integer" value="" optional="true" label="prediction_steps" help="Prediction steps. Optional. If None, it equals number of samples divided by `batch_size`."/>
70 <data format="tabular" name="outfile_params" label="get_params for Keras Batch Classifier on ${on_string}"> 68 <data format="tabular" name="outfile_params" label="get_params for Keras Batch Classifier on ${on_string}">
71 <filter>get_params</filter> 69 <filter>get_params</filter>
72 </data> 70 </data>
73 </outputs> 71 </outputs>
74 <tests> 72 <tests>
73 <test>
74 <conditional name="mode_selection">
75 <param name="infile_json" value="keras01.json" ftype="json"/>
76 <param name="learning_type" value="KerasGBatchClassifier"/>
77 <conditional name="generator_selection">
78 <param name="generator_type" value="none"/>
79 </conditional>
80 <section name="fit_params">
81 <param name="epochs" value="100"/>
82 <repeat name="callbacks">
83 <conditional name="callback_selection">
84 <param name="callback_type" value="None"/>
85 </conditional>
86 </repeat>
87 </section>
88 </conditional>
89 <param name="get_params" value="true" />
90 <output name="outfile" file="keras_batch_model04" compare="sim_size" delta="5"/>
91 <output name="outfile_params" file="keras_batch_params04.tabular" />
92 </test>
75 <test> 93 <test>
76 <conditional name="mode_selection"> 94 <conditional name="mode_selection">
77 <param name="infile_json" value="deepsear_1feature.json" ftype="json"/> 95 <param name="infile_json" value="deepsear_1feature.json" ftype="json"/>
78 <param name="learning_type" value="KerasGBatchClassifier"/> 96 <param name="learning_type" value="KerasGBatchClassifier"/>
79 <conditional name="generator_selection"> 97 <conditional name="generator_selection">