Mercurial > repos > recetox > filter_compounds
annotate filter_compounds.xml @ 1:686850eb1e64 draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
| author | recetox |
|---|---|
| date | Fri, 28 Jan 2022 16:21:21 +0000 |
| parents | 987357c6941c |
| children | 8eb6e392c92b |
| 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 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism--> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
4 <macros> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
5 <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
|
6 <token name="@GALAXY_VERSION@">0</token> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
7 </macros> |
|
1
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
8 <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
|
9 <expand macro="requirements"/> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
10 <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
|
11 <![CDATA[ |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
12 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
|
13 -i '${infile}' |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
14 -o '${outfile}' |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
15 $metorg |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
16 $anorg |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
17 ]]> |
|
0
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
18 </command> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
19 <inputs> |
|
1
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="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
|
21 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
|
22 <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
|
23 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
|
24 <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
|
25 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
|
26 </inputs> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
27 <outputs> |
|
1
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
28 <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
|
29 </outputs> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
30 <tests> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
31 <test> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
32 <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
|
33 <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
|
34 <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
|
35 <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
|
36 </test> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
37 <test> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
38 <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
|
39 <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
|
40 <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
|
41 <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
|
42 </test> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
43 </tests> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
44 <help> |
|
1
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
45 <![CDATA[ |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
46 @HELP@ |
|
686850eb1e64
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
recetox
parents:
0
diff
changeset
|
47 ]]> |
|
0
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
48 </help> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
49 </tool> |
|
987357c6941c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/filter_compounds commit ad6ca51c5fee52d533cfd6b8ccef5e44027ed298"
recetox
parents:
diff
changeset
|
50 |
