annotate CADDSuite/galaxyconfigs/tools/CombiLibGenerator.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents ff6df146c0d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
1
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
2 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.-->
5
b7a89b15646f Uploaded
marcel
parents: 3
diff changeset
3 <tool id="combilibgenerator" name="CombiLibGenerator" version="0.95">
3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
4 <description>generate combinatorial lib</description>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../CombiLibGenerator
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
7 -i "$i"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
8 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
9 #if str( $o ) != '' and str( $o ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
10 -o "$o"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
11 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
12 | tail -n 5
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
13 ]]></command>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
14 <inputs>
5
b7a89b15646f Uploaded
marcel
parents: 3
diff changeset
15 <param name="i" optional="false" label="input combi-lib file" type="data" format="data"/>
3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
16 </inputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
17 <outputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
18 <data name="o" format="mol2/sdf/drf"/>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
19 </outputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
20 <help>This tool generates a combinatorial library by combining the given molecule scaffolds with possible combinations of moieties.
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
21
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
22 As input we need a text file specifying SMARTS expressions for the desired scaffolds and R-groups. Its format should look like the following example, although you may specify as many scaffolds and as many SMARTS expressions per R-group as you need:
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
23
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
24 &lt;scaffold&gt;
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
25 Fc1ccc(cc1)C2=C(C([R1])=NO2)c3ccnc([R2])c3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
26 &lt;moietyR1&gt;
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
27 [R1]C(C)(C)C
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
28 &lt;moietyR2&gt;
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
29 [R2]OC(C)(C)C
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
30
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
31 Output of CombiLibGenerator is a file containing created topologies. Note that this tool does *not* generate any conformations but only topologies, so that all coordinates in the output file will be zero. Thus, apply Ligand3DGenerator to the output generated by CombiLibGenerator if you need 3D conformations.</help>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
32 </tool>