Mercurial > repos > marcel > caddsuite_linux_x86_64
view CADDSuite/galaxyconfigs/tools/PartialChargesCopy.xml @ 1:867bf9f815a0
Uploaded
author | g2cmnty@test-web1.g2.bx.psu.edu |
---|---|
date | Sun, 26 Jun 2011 13:45:14 -0400 |
parents | bac3c274238f |
children |
line wrap: on
line source
<!--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.--> <tool id="partialchargescopy" name="PartialChargesCopy" version="0.94"> <description>transfer part. charges between files</description> <command interpreter="bash"><![CDATA[../../PartialChargesCopy #if str( $i ) != '' and str( $i ) != 'None' : -i "$i" #end if #if str( $chr ) != '' and str( $chr ) != 'None' : -chr "$chr" #end if #if str( $o ) != '' and str( $o ) != 'None' : -o "$o" #end if | tail -n 5 ]]></command> <inputs> <param name="i" label="input molecule file" optional="false" type="data" format="mol2/sdf/drf"/> <param name="chr" label="file containing the same molecules as the input file, but with (different) partial charges" optional="false" type="data" format="mol2"/> </inputs> <outputs> <data name="o" format="mol2" format_source="i"/> </outputs> <help>This tool copies partial charges from a given file to the conformations read from a different file. This can be useful when computing partial charges with external tools, most of which write output as mol2-files *without* support for storing molecular properties. By use of this tool we can thus assign the computed partial charges to the original molecules, thus retaining all properties.</help> </tool>