annotate retip_apply.xml @ 9:a66070c7d55b 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:28:38 +0000
parents eaccaebf11cb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
c550dae786fd "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 683f472a44f296d65cf572a5e720839fc4c0141e-dirty"
recetox
parents: 3
diff changeset
1 <tool id="retip_apply" name="Retip prediction" version="@TOOL_VERSION@+galaxy3">
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
2 <description>is retention time predictor for Metabolomics</description>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
3 <macros>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
4 <import>macros.xml</import>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
5 </macros>
9
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
6 <expand macro="creator"/>
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
7
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
8 <expand macro="requirements"/>
190407e59fa4 "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[
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
10 #if $input_smiles.is_of_type('tabular')
8
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
11 /run.sh spell_tsv.R --desc '$descr_train' --model '$model_h5' --inp '$input_smiles' --name '$name_col' --smiles '$smiles_col' --out 'output_file' --bad 'bad_file'
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
12 #else
8
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
13 /run.sh spell_h5.R --desc '$descr_train' --model '$model_h5' --inp '$input_smiles' --ids '$ids' --ods '$ods' --name '$name_col' --smiles '$smiles_col' --out 'output_file' --bad 'bad_file'
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
14 #end if
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
15 ]]>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
16 </command>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
17 <inputs>
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
18 <param name="descr_train" label="Select Descriptors.h5 Dataset" type="data" format="h5" optional="false"/>
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
19 <param name="model_h5" label="Select Model.h5 Dataset" type="data" format="h5" optional="false"/>
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
20 <param format="tabular,h5" name="input_smiles" type="data" label="Select Input Smiles tsv or h5 Dataset"
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
21 optional="false"/>
9
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
22 <param name="smiles_col" type="text" label="Name of input column with SMILES" optional="true"
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
23 value="qsar_smiles"/>
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
24 <param name="name_col" type="text" label="Name of input column with some unique identifier" optional="true"
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
25 value="recetox_cid"/>
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
26 <param name="ids" type="text" label="Input H5 dataset" optional="true" value="/annotations"/>
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
27 <param name="ods" type="text" label="Output H5 dataset" optional="true" value="/annotations"/>
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
28 </inputs>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
29 <outputs>
6
c550dae786fd "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 683f472a44f296d65cf572a5e720839fc4c0141e-dirty"
recetox
parents: 3
diff changeset
30 <data format_source="input_smiles" name="output_good" label="Predicted RT" from_work_dir="output_file"/>
7
a93b84244cb7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 05cda7b2c60d0bb3d05ae22edf1c15dca6714432"
recetox
parents: 6
diff changeset
31 <data format_source="input_smiles" name="output_bad" label="Failed RT prediction" from_work_dir="bad_file"/>
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
32 </outputs>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
33 <tests>
8
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
34 <test expect_num_outputs="2">
2
679229b50d4d "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9f9b92c89606c662e540573375241a5b99cefe80"
recetox
parents: 1
diff changeset
35 <param name="descr_train" value="descriptors.h5"/>
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
36 <param name="model_h5" value="model.h5"/>
8
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
37 <param name="input_smiles" value="pubchem-99.tsv"/>
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
38 <output name="output_good" file="pubchem-good.tsv" ftype="tabular"/>
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
39 <output name="output_bad" file="pubchem-bad.tsv" ftype="tabular"/>
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
40 </test>
8
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
41 <test expect_num_outputs="2">
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
42 <param name="descr_train" value="descriptors.h5"/>
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
43 <param name="model_h5" value="model.h5"/>
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
44 <param name="input_smiles" value="input.h5"/>
8
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
45 <param name="ids" value="/compounds/table"/>
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
46 <param name="ods" value="/compounds"/>
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
47 <output name="output_good" file="good.h5" ftype="h5" compare="sim_size" delta="50"/>
eaccaebf11cb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 66741485c24076df17e4a87bdaa53ec04d1c8792"
recetox
parents: 7
diff changeset
48 <output name="output_bad" file="bad.h5" ftype="h5" compare="sim_size" delta="50"/>
3
cb939f736490 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 880667785eed143b5d777010c79a12a53a00af4f"
recetox
parents: 2
diff changeset
49 </test>
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
50 </tests>
9
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
51 <help>
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
52 <![CDATA[
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
53 .. class:: infomark
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
54
9
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
55 This tool is used for **Retention Time Prediction** on a whole database.
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
56
9
a66070c7d55b "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 8
diff changeset
57 @HELP@
0
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
58 ]]>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
59 </help>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
60 <expand macro="citations"/>
190407e59fa4 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/retip commit 931ccc430a2b20eebd174d29b45bf3fa18e85f58"
recetox
parents:
diff changeset
61 </tool>