annotate CADDSuite-1.0.1/galaxyconfigs/tools/CombiLibGenerator.xml @ 13:cce3667779c2

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