annotate retip_train.xml @ 1:9bd6a0a00b0b draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 182a5eaf751237e48ce1fcb5d93a4a7c507ab55c"
author recetox
date Fri, 02 Oct 2020 18:08:53 +0000
parents baa7c8768036
children 6462a0ac9c29
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
1 <tool id="retip_train" name="Retip training" version="@TOOL_VERSION@+galaxy0">
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
2 <description>the Keras model to predict retention times</description>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
3 <macros>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
4 <import>macros.xml</import>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
5 </macros>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
6 <expand macro="requirements"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
8 /run.sh trainKeras.R '$descr_train' 'model.hdf5'
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
9 ]]>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
10 </command>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
11 <inputs>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
12 <param name="descr_train" label="Select Descriptors.Feather Dataset" type="data" format="h5"
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
13 optional="false"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
14 </inputs>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
15 <outputs>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
16 <data format="h5" name="output1" label="Model.hdf5 Dataset" from_work_dir="model.hdf5"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
17 </outputs>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
18 <tests>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
19 <test expect_num_outputs="1">
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
20 <param name="descr_train" value="descriptors.feather"/>
1
9bd6a0a00b0b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 182a5eaf751237e48ce1fcb5d93a4a7c507ab55c"
recetox
parents: 0
diff changeset
21 <output name="output1" file="model.hdf5" ftype="h5" compare="sim_size" delta="1000"/>
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
22 </test>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
23 </tests>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
24 <help><![CDATA[
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
25 .. class:: infomark
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
26
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
27 This tool uses ALMA mater: Advanced Learning Machine Algorithms to **train models**.
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
28
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
29 @HELP@
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
30 ]]>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
31 </help>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
32 <expand macro="citations"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
33 </tool>