annotate retip_train.xml @ 8:e7771b3d6a40 draft default tip

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
author recetox
date Fri, 28 Jan 2022 16:29:45 +0000
parents 9012a9dba1db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
9012a9dba1db "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 683f472a44f296d65cf572a5e720839fc4c0141e-dirty"
recetox
parents: 2
diff changeset
1 <tool id="retip_train" name="Retip training" version="@TOOL_VERSION@+galaxy3">
0
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>
8
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
6 <expand macro="creator"/>
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
7
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
8 <expand macro="requirements"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
2
6462a0ac9c29 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
recetox
parents: 1
diff changeset
10 /run.sh trainKeras.R '$descr_train' 'model.h5'
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
11 ]]>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
12 </command>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
13 <inputs>
2
6462a0ac9c29 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
recetox
parents: 1
diff changeset
14 <param name="descr_train" label="Select Descriptors.h5 Dataset" type="data" format="h5"
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
15 optional="false"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
16 </inputs>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
17 <outputs>
2
6462a0ac9c29 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
recetox
parents: 1
diff changeset
18 <data format="h5" name="output1" label="Model.h5 Dataset" from_work_dir="model.h5"/>
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
19 </outputs>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
20 <tests>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
21 <test expect_num_outputs="1">
2
6462a0ac9c29 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
recetox
parents: 1
diff changeset
22 <param name="descr_train" value="descriptors.h5"/>
6462a0ac9c29 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
recetox
parents: 1
diff changeset
23 <output name="output1" file="model.h5" 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
24 </test>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
25 </tests>
8
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
26 <help>
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
27 <![CDATA[
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
28 .. class:: infomark
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
29
8
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
30 This tool uses ALMA mater: Advanced Learning Machine Algorithms to **train models**.
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
31
8
e7771b3d6a40 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 6
diff changeset
32 @HELP@
0
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
33 ]]>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
34 </help>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
35 <expand macro="citations"/>
baa7c8768036 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
36 </tool>