annotate rem_complex.xml @ 2:1dc9f5a3163d draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 0ea5c86ceabe9f24dd61b399127b0d19a0ae2657
author recetox
date Fri, 01 Dec 2023 11:19:32 +0000
parents e0ca9dfcdb18
children 567327a97ad2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
1dc9f5a3163d planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 0ea5c86ceabe9f24dd61b399127b0d19a0ae2657
recetox
parents: 1
diff changeset
1 <tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy2" 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>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
23 <param name="input" format="inchi,smi,csv" type="data" help="Accepted input formats: CSV, SMI, and InChI."/>
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>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
26 <data name="output" format_source="input" />
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
27 </outputs>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
28 <tests>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
29 <test>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
30 <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
31 <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
32 </test>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
33 <test>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
34 <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
35 <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
36 </test>
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 <param name="input" ftype="csv" value="input.csv"/>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
39 <output name="output" ftype="csv" file="sample_output.csv"/>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
40 </test>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
41 </tests>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
42 <help>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
43 <![CDATA[
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
44 @HELP@
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
45 ]]>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
46 </help>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
47 <citations>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
48 <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
49 </citations>
a0e07a0bc047 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 833f7671d1e1b713d52ba5c7e59d28be38b92b1e
recetox
parents:
diff changeset
50 </tool>