annotate filter_compounds.xml @ 2:8eb6e392c92b draft default tip

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 4d2ac914c951166e386a94d8ebb8cb1becfac122"
author recetox
date Tue, 22 Mar 2022 16:01:33 +0000
parents 686850eb1e64
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
1 <tool id="filter_orgmet_anorg" name="Filter organometallics and/or anorganics" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
2 <description>from a library of compounds</description>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
3 <macros>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
4 <import>macros.xml</import>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
5 </macros>
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
6 <expand macro="creator"/>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
7 <expand macro="requirements"/>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
8 <command detect_errors="aggressive">
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
9 <![CDATA[
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
10 python '$__tool_directory__/filter_compounds.py'
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
11 -i '${infile}'
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
12 -o '${outfile}'
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
13 $metorg
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
14 $anorg
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
15 ]]>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
16 </command>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
17 <inputs>
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
18 <param name="infile" type="data" format="smi" label="Select input file"
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
19 help="Currently only SMILES identifiers are allowed as an input."/>
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
20 <param name="metorg" type="boolean" checked="false" truevalue="-m" falsevalue=""
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
21 label="Filter out organometallic compounds?"/>
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
22 <param name="anorg" type="boolean" checked="false" truevalue="-a" falsevalue=""
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
23 label="Filter out anorganic compounds?"/>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
24 </inputs>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
25 <outputs>
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
26 <data format="smi" name="outfile"/>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
27 </outputs>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
28 <tests>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
29 <test>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
30 <param name="infile" ftype="smi" value="input_all.smi"/>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
31 <param name="metorg" value="true"/>
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
32 <param name="anorg" value="true"/>
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
33 <output name="outfile" ftype="smi" file="output_all.smi"/>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
34 </test>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
35 <test>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
36 <param name="infile" ftype="smi" value="input_all_table.smi"/>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
37 <param name="metorg" value="true"/>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
38 <param name="anorg" value="true"/>
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
39 <output name="outfile" ftype="smi" file="output_all_table.smi"/>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
40 </test>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
41 </tests>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
42 <help>
1
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
43 <![CDATA[
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
44 @HELP@
686850eb1e64 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents: 0
diff changeset
45 ]]>
0
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
46 </help>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
47 </tool>
987357c6941c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff changeset
48