Mercurial > repos > bgruening > align_it
comparison align-it.xml @ 2:06d9381593a4 draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
author | bgruening |
---|---|
date | Fri, 10 Sep 2021 08:09:03 +0000 |
parents | 10c0df29e6d1 |
children |
comparison
equal
deleted
inserted
replaced
1:10c0df29e6d1 | 2:06d9381593a4 |
---|---|
1 <tool id="ctb_alignit" name="Pharmacophore alignment" version="1.0.3.1"> | 1 <tool id="ctb_alignit" name="Pharmacophore alignment" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
2 <description>and optimization (Align-it)</description> | 2 <description>and optimization (Align-it)</description> |
3 <macros> | |
4 <token name="@TOOL_VERSION@">1.0.4</token> | |
5 <token name="@GALAXY_VERSION@">0</token> | |
6 </macros> | |
3 <requirements> | 7 <requirements> |
4 <requirement type="package" version="1.0.3">align_it</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">align_it</requirement> |
5 </requirements> | 9 </requirements> |
6 <command detect_errors="aggressive"> | 10 <command detect_errors="aggressive"> |
7 <![CDATA[ | 11 <![CDATA[ |
8 align-it | 12 align-it |
9 #if str($database.ext).strip() == 'phar': | 13 #if str($database.ext).strip() == 'phar': |
51 $scoreOnly | 55 $scoreOnly |
52 $withExclusion | 56 $withExclusion |
53 ]]> | 57 ]]> |
54 </command> | 58 </command> |
55 <inputs> | 59 <inputs> |
56 <param name="database" type="data" format='mol,mol2,sdf,smi,txt' label="Defines the database of molecules that will be used to screen"/> | 60 <param name="database" type="data" format='mol,mol2,sdf,smi,phar' label="Defines the database of molecules that will be used to screen"/> |
57 <param name="reference" type="data" format='mol,mol2,sdf,smi,txt' label="Reference molecule"/> | 61 <param name="reference" type="data" format='mol,mol2,sdf,smi,phar' label="Reference molecule"/> |
58 | 62 |
59 <param name="fgroups" type="select" multiple="True" display="checkboxes" label="Specify a subset of the available functional groups to be used in the alignment"> | 63 <param name="fgroups" type="select" multiple="True" display="checkboxes" label="Specify a subset of the available functional groups to be used in the alignment"> |
60 <option value='AROM' selected="true">aromatic rings</option> | 64 <option value='AROM' selected="true">aromatic rings</option> |
61 <option value='HDON' selected="true">hydrogen bond donors</option> | 65 <option value='HDON' selected="true">hydrogen bond donors</option> |
62 <option value='HACC' selected="true">hydrogen bond acceptors</option> | 66 <option value='HACC' selected="true">hydrogen bond acceptors</option> |
105 <option value='TVERSKY_DB'>TVERSKY_DB</option> | 109 <option value='TVERSKY_DB'>TVERSKY_DB</option> |
106 </param> | 110 </param> |
107 | 111 |
108 </inputs> | 112 </inputs> |
109 <outputs> | 113 <outputs> |
110 <data name="aligned_pharmacophores" format="txt" label="${tool.name} on ${on_string} (aligned pharmacophores)"/> | 114 <data name="aligned_pharmacophores" format="phar" label="${tool.name} on ${on_string} (aligned pharmacophores)"/> |
111 <data name="aligned_structures" format="smi" label="${tool.name} on ${on_string} (aligned structures)"> | 115 <data name="aligned_structures" format="smi" label="${tool.name} on ${on_string} (aligned structures)"> |
112 <change_format> | 116 <change_format> |
113 <when input="oformat" value="inchi" format="inchi"/> | 117 <when input="oformat" value="inchi" format="inchi"/> |
114 <when input="oformat" value="sdf" format="sdf"/> | 118 <when input="oformat" value="sdf" format="sdf"/> |
115 </change_format> | 119 </change_format> |
119 <tests> | 123 <tests> |
120 <test> | 124 <test> |
121 <param name="database" ftype="sdf" value="CID_2244.sdf"/> | 125 <param name="database" ftype="sdf" value="CID_2244.sdf"/> |
122 <param name="reference" ftype="sdf" value="CID_2244.sdf"/> | 126 <param name="reference" ftype="sdf" value="CID_2244.sdf"/> |
123 <param name="oformat" value="sdf"/> | 127 <param name="oformat" value="sdf"/> |
124 <output name="aligned_pharmacophores" file="align-it_Search_on_CID2244.phar" /> | 128 <output name="aligned_pharmacophores" file="align-it_Search_on_CID2244.phar" ftype="phar" /> |
125 <output name="aligned_structures" file="align-it_Search_on_CID2244.sdf" lines_diff="2" /> | 129 <output name="aligned_structures" file="align-it_Search_on_CID2244.sdf" lines_diff="2" /> |
126 <output name="score_result_file" file="aliginit_scores.tabular.tabular" /> | 130 <output name="score_result_file" file="aliginit_scores.tabular.tabular" /> |
127 </test> | 131 </test> |
128 </tests> | 132 </tests> |
129 <help> | 133 <help> |