annotate CADDSuite-1.0.1/galaxyconfigs/tools/MolDepict.xml @ 23:389056b8864a

Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
author greg
date Mon, 14 Nov 2011 17:02:30 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
1
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
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.-->
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
3 <tool id="moldepict" name="MolDepict" version="1.0.1">
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
4 <description>create structure diagrams</description>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../MolDepict
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
7 -i "$i"
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
8 #end if
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
9 #if str( $o ) != '' and str( $o ) != 'None' :
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
10 -o "$o"
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
11 #end if
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
12 #if str( $max ) != '' and str( $max ) != 'None' :
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
13 -max "$max"
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
14 #end if
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
15 | tail -n 5
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
16 ]]></command>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
17 <inputs>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
18 <param name="i" optional="false" label="input file" type="data" format="mol2/sdf/drf"/>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
19 <param name="max" optional="true" label="Optional: maximal number of pictures (default=60, 0=unlimited)" type="text" area="true" size="1x5" value="60"/>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
20 </inputs>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
21 <outputs>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
22 <data name="o" format="pdf"/>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
23 </outputs>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
24 <help>This tool create structure diagrams for small molecules.
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
25 Supported input-formats are mol, mol2, sdf, drf.
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
26
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
27 Output of this tool is one pdf-file containing the structure diagrams for all molecules in the input-file.</help>
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
28 </tool>