Mercurial > repos > recetox > rem_complex
annotate rem_complex.xml @ 4:60db8070a5c3 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit d42dca433f84f2540d0901a8add71d01637f5179
author | recetox |
---|---|
date | Tue, 11 Jun 2024 09:10:34 +0000 |
parents | 567327a97ad2 |
children |
rev | line source |
---|---|
4
60db8070a5c3
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit d42dca433f84f2540d0901a8add71d01637f5179
recetox
parents:
3
diff
changeset
|
1 <tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy4" profile="21.09"> |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
2 <description>Remove molecular coordination complexes from a list of structure representations</description> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
3 <macros> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
4 <import>macros.xml</import> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
5 </macros> |
4
60db8070a5c3
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit d42dca433f84f2540d0901a8add71d01637f5179
recetox
parents:
3
diff
changeset
|
6 <expand macro="creator"/> |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
7 <requirements> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
8 <requirement type="package" version="1.5.3">pandas</requirement> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
9 <requirement type="package" version="3.1.1">openbabel</requirement> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
10 </requirements> |
1
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
11 |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
13 python $__tool_directory__/rem_complex.py |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
14 -i '${input}' |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
15 -iformat '${input.ext}' |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
16 -o '${output}' |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
17 ]]></command> |
1
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
18 |
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
19 <environment_variables> |
2
1dc9f5a3163d
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 0ea5c86ceabe9f24dd61b399127b0d19a0ae2657
recetox
parents:
1
diff
changeset
|
20 <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable> |
1
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
21 </environment_variables> |
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
22 |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
23 <inputs> |
3
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
24 <param name="input" format="inchi,smi,csv,tsv" type="data" help="Accepted input formats: TSV, CSV, SMI, and InChI."/> |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
25 </inputs> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
26 <outputs> |
3
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
27 <data name="output" format="tsv" > |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
28 <change_format> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
29 <when input="input.ext" value="smi" format="smi" /> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
30 <when input="input.ext" value="inchi" format="inchi" /> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
31 </change_format> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
32 </data> |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
33 </outputs> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
34 <tests> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
35 <test> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
36 <param name="input" ftype="smi" value="input.smi" /> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
37 <output name="output" ftype="smi" file="sample_output.smi"/> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
38 </test> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
39 <test> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
40 <param name="input" ftype="inchi" value="input.inchi"/> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
41 <output name="output" ftype="inchi" file="sample_output.inchi"/> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
42 </test> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
43 <test> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
44 <param name="input" ftype="csv" value="input.csv"/> |
3
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
45 <output name="output" ftype="tsv" file="sample_output.tsv"/> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
46 </test> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
47 <test> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
48 <param name="input" ftype="tsv" value="input.tsv"/> |
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
49 <output name="output" ftype="tsv" file="sample_output.tsv"/> |
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
50 </test> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
51 </tests> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
52 <help> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
53 <![CDATA[ |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
54 @HELP@ |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
55 ]]> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
56 </help> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
57 <citations> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
58 <citation type="doi">https://doi.org/10.5281/zenodo.6035335</citation> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
59 </citations> |
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
60 </tool> |