Mercurial > repos > recetox > rem_complex
annotate rem_complex.xml @ 3:567327a97ad2 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
| author | recetox |
|---|---|
| date | Tue, 16 Apr 2024 11:30:27 +0000 |
| parents | 1dc9f5a3163d |
| children | 60db8070a5c3 |
| rev | line source |
|---|---|
|
3
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
1 <tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy3" 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> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
6 <requirements> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
7 <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
|
8 <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
|
9 </requirements> |
|
1
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
10 |
|
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
11 <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
|
12 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
|
13 -i '${input}' |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
14 -iformat '${input.ext}' |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
15 -o '${output}' |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
16 ]]></command> |
|
1
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
17 |
|
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
18 <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
|
19 <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
|
20 </environment_variables> |
|
e0ca9dfcdb18
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit ad718c989f31829edc89e039e56644a95dab6791
recetox
parents:
0
diff
changeset
|
21 |
|
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
22 <inputs> |
|
3
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
23 <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
|
24 </inputs> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
25 <outputs> |
|
3
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
26 <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
|
27 <change_format> |
|
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
28 <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
|
29 <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
|
30 </change_format> |
|
567327a97ad2
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
recetox
parents:
2
diff
changeset
|
31 </data> |
|
0
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
32 </outputs> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
33 <tests> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
34 <test> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
35 <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
|
36 <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
|
37 </test> |
|
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 <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
|
40 <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
|
41 </test> |
|
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 <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
|
44 <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
|
45 </test> |
|
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 <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
|
48 <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
|
49 </test> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
50 </tests> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
51 <help> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
52 <![CDATA[ |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
53 @HELP@ |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
54 ]]> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
55 </help> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
56 <citations> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
57 <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
|
58 </citations> |
|
a0e07a0bc047
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff
changeset
|
59 </tool> |
