annotate CADDSuite/galaxyconfigs/tools/CombiLibGenerator.xml @ 1:0dcf542923ab

Uploaded
author g2cmnty@test-web1.g2.bx.psu.edu
date Tue, 28 Jun 2011 10:39:47 -0400
parents 8ce0411aaeb3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
1
8ce0411aaeb3 Uploaded CADDSuite version 0.94
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.-->
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
3 <tool id="combilibgenerator" name="CombiLibGenerator" version="0.94">
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
4 <description>generate combinatorial lib</description>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../CombiLibGenerator
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
7 -i "$i"
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
8 #end if
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
9 #if str( $o ) != '' and str( $o ) != 'None' :
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
10 -o "$o"
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
11 #end if
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
12 | tail -n 5
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
13 ]]></command>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
14 <inputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
15 <param name="i" label="input combi-lib file" optional="false" type="data" format="data"/>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
16 </inputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
17 <outputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
18 <data name="o" format="mol2/sdf/drf"/>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
19 </outputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
20 <help>This tool generates a combinatorial library by combining the given molecule scaffolds with possible combinations of moieties.
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
21
8ce0411aaeb3 Uploaded CADDSuite version 0.94
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:
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
23
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
24 &lt;scaffold&gt;
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
25 Fc1ccc(cc1)C2=C(C([R1])=NO2)c3ccnc([R2])c3
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
26 Fc1ccc(cc1)C2=NOC([R1])=C2cccnc([R2])c3
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
27 &lt;moietyR1&gt;
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
28 [R1]C(C)(C)C
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
29 &lt;moietyR2&gt;
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
30 [R2]OC(C)(C)C
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
31
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
32 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>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
33 </tool>