annotate CADDSuite/galaxyconfigs/tools/MolFilter.xml @ 3:bb26168c5715

Uploaded
author marcel
date Tue, 12 Jul 2011 10:53:07 -0400
parents
children af446ca2d5c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
bb26168c5715 Uploaded
marcel
parents:
diff changeset
1
bb26168c5715 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.-->
bb26168c5715 Uploaded
marcel
parents:
diff changeset
3 <tool id="molfilter" name="MolFilter" version="0.9">
bb26168c5715 Uploaded
marcel
parents:
diff changeset
4 <description>filter molecule files</description>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../MolFilter
bb26168c5715 Uploaded
marcel
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
7 -i "$i"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
8 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
9 #if str( $min_logP ) != '' and str( $min_logP ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
10 -min_logP "$min_logP"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
11 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
12 #if str( $max_logP ) != '' and str( $max_logP ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
13 -max_logP "$max_logP"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
14 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
15 #if str( $min_MW ) != '' and str( $min_MW ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
16 -min_MW "$min_MW"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
17 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
18 #if str( $max_MW ) != '' and str( $max_MW ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
19 -max_MW "$max_MW"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
20 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
21 #if str( $q ) != '' and str( $q ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
22 -q "$q"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
23 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
24 #if str( $min_sim ) != '' and str( $min_sim ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
25 -min_sim "$min_sim"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
26 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
27 #if str( $max_sim ) != '' and str( $max_sim ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
28 -max_sim "$max_sim"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
29 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
30 #if str( $smarts ) != '' and str( $smarts ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
31 -smarts "$smarts"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
32 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
33 #if str( $smarts_file ) != '' and str( $smarts_file ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
34 -smarts_file "$smarts_file"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
35 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
36 #if str( $o ) != '' and str( $o ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
37 -o "$o"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
38 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
39 -quiet
bb26168c5715 Uploaded
marcel
parents:
diff changeset
40 | tail -n 5
bb26168c5715 Uploaded
marcel
parents:
diff changeset
41 ]]></command>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
42 <inputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
43 <param name="i" optional="false" label="input molecule-file" type="data" format="mol2/sdf/drf"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
44 <param name="q" optional="true" label="query molecules for similarity searching" type="data" format="txt"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
45 <param name="smarts_file" optional="true" label="SMARTS pattern" type="data" format="data"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
46 <param name="min_logP" optional="true" label="Optional: minimal logP value" type="text" area="true" size="1x5" value=""/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
47 <param name="max_logP" optional="true" label="Optional: maximal logP value" type="text" area="true" size="1x5" value=""/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
48 <param name="min_MW" optional="true" label="Optional: minimal molecular weight" type="text" area="true" size="1x5" value=""/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
49 <param name="max_MW" optional="true" label="Optional: maximal molecular weight" type="text" area="true" size="1x5" value=""/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
50 <param name="min_sim" optional="true" label="Optional: minimal average similarity" type="text" area="true" size="1x5" value=""/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
51 <param name="max_sim" optional="true" label="Optional: maximal similarity" type="text" area="true" size="1x5" value=""/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
52 <param name="smarts" optional="true" label="Optional: SMARTS pattern" area="true" type="text" size="1x15"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
53 </inputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
54 <outputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
55 <data name="o" format="mol2/sdf/drf" format_source="i"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
56 </outputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
57 <help>MolFilter can filter molecules from a molecule input file according to SMARTS expressions, logP, molecular weight, or similarity to query molecule(s).
bb26168c5715 Uploaded
marcel
parents:
diff changeset
58
bb26168c5715 Uploaded
marcel
parents:
diff changeset
59 Output of this tool is a molecule file that contains all compounds that fulfilled the specified search criteria.</help>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
60 </tool>