Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/galaxyconfigs/tools/PartialChargesCopy.xml @ 0:bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
author | marcel |
---|---|
date | Tue, 07 Jun 2011 16:43:30 -0400 |
parents | |
children | 867bf9f815a0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/galaxyconfigs/tools/PartialChargesCopy.xml Tue Jun 07 16:43:30 2011 -0400 @@ -0,0 +1,26 @@ + +<!--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.93"> + <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> \ No newline at end of file