Mercurial > repos > marcel > caddsuite_linux_x86_64
view CADDSuite/galaxyconfigs/tools/DockResultMerger.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 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="dockresultmerger" name="DockResultMerger" version="0.93"> <description>merge docking output files</description> <command interpreter="bash"><![CDATA[../../DockResultMerger #for $s in $series_i #if str( "${s.i.file_name}" ) != '' and str( "${s.i.file_name}" ) != 'None' : -i "${s.i.file_name}" #end if #end for #if str( $o ) != '' and str( $o ) != 'None' : -o "$o" #end if #if str( $score ) != '' and str( $score ) != 'None' : -score "$score" #end if #if str( $min ) != '' and str( $min ) != 'None' : -min "$min" #end if #if str( $max ) != '' and str( $max ) != 'None' : -max "$max" #end if #if str( $k ) != '' and str( $k ) != 'None' : -k "$k" #end if | tail -n 5 ]]></command> <inputs> <repeat name="series_i" title="input files" min="1"> <param name="i" label="input files" optional="false" type="data" format="mol2/sdf/drf"/> </repeat> <param name="score" label="score property name" optional="true" area="true" type="text" size="1x15" value="score"/> <param name="min" label="minimal score value" optional="true" type="text" area="true" size="1x5" value=""/> <param name="max" label="maximal score value" optional="true" type="text" area="true" size="1x5" value=""/> <param name="k" label="number of output molecules" optional="true" type="text" area="true" size="1x5" value=""/> </inputs> <outputs> <data name="o" format="mol2/sdf/drf" format_source="i"/> </outputs> <help>This tool merges and sorts molecule files as generated by docking or rescoring. You need to specify the property-tag name of the scores according to which the molecules should be sorted. Optionally you can filter those compounds that were assigned a score above and/or below specified thresholds. If desired, you can furthermore choose to have only the compounds with the k best scores written to the output file. Output of DockResultMerger is one molecule containing the molecules found in input-files (that matched all filter criteria, if any), sorted ascendingly according to their scores.</help> </tool>