Mercurial > repos > greg > gregs_test_repo
annotate CADDSuite-1.0.1/galaxyconfigs/tools/MolCombine.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 |
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="molcombine" name="MolCombine" 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>combine molecular files</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[../../MolCombine |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
6 #if str( $i1 ) != '' and str( $i1 ) != 'None' : |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
7 -i1 "$i1" |
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( $i2 ) != '' and str( $i2 ) != 'None' : |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
10 -i2 "$i2" |
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( $mode ) != '' and str( $mode ) != 'None' : |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
13 -mode "$mode" |
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 #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
|
16 -o "$o" |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
17 #end if |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
18 #if str( $ignH ) != '' and str( $ignH ) != 'None' : |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
19 -ignH |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
20 #end if |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
21 #if str( $replace_prop ) != '' and str( $replace_prop ) != 'None' : |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
22 -replace_prop |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
23 #end if |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
24 #if str( $rm ) != '' and str( $rm ) != 'None' : |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
25 -rm |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
26 #end if |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
27 | tail -n 5 |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
28 ]]></command> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
29 <inputs> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
30 <param name="i1" optional="false" label="input molecule file A" 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
|
31 <param name="i2" optional="false" label="input molecule file B" 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
|
32 <param name="mode" optional="false" label="'intersection', 'union' or 'b_not_a'" type="select"> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
33 <option value="intersection">intersection</option> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
34 <option value="union">union</option> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
35 <option value="b_not_a">b_not_a</option> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
36 </param> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
37 <param name="ignH" optional="true" label="ignore hydrogens, i.e. match molecules to any protonation state." type="boolean" truevalue="true" falsevalue=""/> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
38 <param name="replace_prop" optional="true" label="replace properties from file 1 w/ those from file 2" type="boolean" truevalue="true" falsevalue=""/> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
39 <param name="rm" optional="true" label="remove input files when finished" type="boolean" truevalue="true" falsevalue=""/> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
40 </inputs> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
41 <outputs> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
42 <data name="o" format="mol2/sdf/drf" format_source="i1"/> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
43 </outputs> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
44 <help>This tool generates the intersection or union of two given chemical files. Property-tags of molecules that appear in both input files are automatically merged. |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
45 |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
46 If you want to match molecules regardless of their protonation state, use option '-ignH'. |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
47 |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
48 Output of this tool is a file containing the union resp. intersection of all molecules of input A and B.</help> |
389056b8864a
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff
changeset
|
49 </tool> |