annotate align-it.xml @ 2:06d9381593a4 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
author bgruening
date Fri, 10 Sep 2021 08:09:03 +0000
parents 10c0df29e6d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
1 <tool id="ctb_alignit" name="Pharmacophore alignment" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
2 <description>and optimization (Align-it)</description>
2
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
3 <macros>
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
4 <token name="@TOOL_VERSION@">1.0.4</token>
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
6 </macros>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
7 <requirements>
2
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">align_it</requirement>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
9 </requirements>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
10 <command detect_errors="aggressive">
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
11 <![CDATA[
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
12 align-it
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
13 #if str($database.ext).strip() == 'phar':
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
14 --dbType PHAR
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
15 #else:
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
16 --dbType '${database.ext}'
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
17 #end if
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
18 --dbase "$database"
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
19
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
20 --reference "$reference"
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
21 #if str($reference.ext).strip() == 'phar':
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
22 --refType PHAR
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
23 #else:
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
24 --refType ${reference.ext}
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
25 #end if
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
26 #######################################
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
27 #### output options
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
28 #######################################
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
29 --pharmacophore $aligned_pharmacophores
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
30
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
31
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
32 --out '$aligned_structures'
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
33 --outType $oformat
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
34
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
35 #if float( str($cutoff) ) > 0:
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
36 --cutOff $cutoff
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
37 #end if
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
38 #if int( str($best) ) > 0:
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
39 --best $best
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
40 #end if
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
41 --rankBy $rankBy
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
42 --scores '$score_result_file'
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
43
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
44 #######################################
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
45 #### Options
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
46 #######################################
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
47
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
48 #set $fgroups_combined = str( $fgroups ).strip()
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
49 --funcGroup $fgroups_combined
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
50
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
51 --epsilon $epsilon
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
52 $merge
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
53 $noNormal
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
54 $noHybrid
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
55 $scoreOnly
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
56 $withExclusion
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
57 ]]>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
58 </command>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
59 <inputs>
2
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
60 <param name="database" type="data" format='mol,mol2,sdf,smi,phar' label="Defines the database of molecules that will be used to screen"/>
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
61 <param name="reference" type="data" format='mol,mol2,sdf,smi,phar' label="Reference molecule"/>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
62
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
63 <param name="fgroups" type="select" multiple="True" display="checkboxes" label="Specify a subset of the available functional groups to be used in the alignment">
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
64 <option value='AROM' selected="true">aromatic rings</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
65 <option value='HDON' selected="true">hydrogen bond donors</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
66 <option value='HACC' selected="true">hydrogen bond acceptors</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
67 <option value='LIPO' selected="true">lipophilic spots</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
68 <option value='CHARGE' selected="true">charge centers</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
69 </param>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
70
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
71
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
72 <param name="epsilon" type="float" value="0.5" label='Change the tolerance for points to be matched in the alignment phase'
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
73 help="The lower this value, the more strict the matching between two pharmacophores will have to be before they can be aligned.">
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
74 <validator type="in_range" min="0" max="1" />
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
75 </param>
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
76 <param name='merge' type='boolean' truevalue='--merge' falsevalue='' label='Merge pharmacophore points'
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
77 help='Reduces computational time by merging neighboring pharmacophore points of the same type'/>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
78 <param name='noNormal' type='boolean' truevalue='--noNormal' falsevalue=''
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
79 label='No normal information is included during the alignment'
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
80 help="Using this flag makes the pharmacophore models less specific, but also less conformation-dependent."/>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
81 <param name='noHybrid' type='boolean' truevalue='--noHybrid' falsevalue=''
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
82 label='Disable the use of hybrid pharmacophore points' help="Using this flag will increase the number of pharmacophore points, providing a more
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
83 specific description of the molecule."/>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
84 <param name='withExclusion' type='boolean' truevalue='--withExclusion' falsevalue=''
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
85 label='Add exclusion spheres into the optimization process instead of processing them afterwards'
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
86 help="When this flag is set, the exclusion spheres also have an impact on the alignment optimization procedure,
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
87 rather than merely used to calculate the score at the end." />
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
88 <param name='scoreOnly' type='boolean' truevalue='--scoreOnly' falsevalue=''
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
89 label='Skip translational and rotational optimization prior to alignment' help=""/>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
90
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
91 <param name='oformat' type='select' format='text' label="The aligned database structures are written to an output file of the following format">
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
92 <option value='smi'>SMILES</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
93 <option value='inchi'>InChI</option>
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
94 <option value='sdf'>SDF</option>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
95 </param>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
96
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
97 <param name="cutoff" type="float" value="0" label="Only structures with a score larger than this cutoff will be written to the files"
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
98 help="This value should be between 0 and 1.">
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
99 <validator type="in_range" min="0" max="1" />
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
100 </param>
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
101 <param name="best" type="integer" value="0" label="Maximum number of best scoring structures to write to the files"
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
102 help="With this option the number of best scoring structures written to the files is limited. 0 means this option is deactivated">
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
103 <validator type="in_range" min="0"/>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
104 </param>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
105
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
106 <param name='rankBy' type='select' format='text' label="This option defines the used scoring scheme">
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
107 <option value='TANIMOTO'>Tanimoto</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
108 <option value='TVERSKY_REF'>TVERSKY_REF</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
109 <option value='TVERSKY_DB'>TVERSKY_DB</option>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
110 </param>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
111
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
112 </inputs>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
113 <outputs>
2
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
114 <data name="aligned_pharmacophores" format="phar" label="${tool.name} on ${on_string} (aligned pharmacophores)"/>
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
115 <data name="aligned_structures" format="smi" label="${tool.name} on ${on_string} (aligned structures)">
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
116 <change_format>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
117 <when input="oformat" value="inchi" format="inchi"/>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
118 <when input="oformat" value="sdf" format="sdf"/>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
119 </change_format>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
120 </data>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
121 <data name="score_result_file" format="tabular" label="${tool.name} on ${on_string} (scores)"/>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
122 </outputs>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
123 <tests>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
124 <test>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
125 <param name="database" ftype="sdf" value="CID_2244.sdf"/>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
126 <param name="reference" ftype="sdf" value="CID_2244.sdf"/>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
127 <param name="oformat" value="sdf"/>
2
06d9381593a4 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit 00844534f9a2ffdf41fb9d5186d9a1e574c302d2"
bgruening
parents: 1
diff changeset
128 <output name="aligned_pharmacophores" file="align-it_Search_on_CID2244.phar" ftype="phar" />
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
129 <output name="aligned_structures" file="align-it_Search_on_CID2244.sdf" lines_diff="2" />
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
130 <output name="score_result_file" file="aliginit_scores.tabular.tabular" />
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
131 </test>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
132 </tests>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
133 <help>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
134 <![CDATA[
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
135
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
136 .. class:: infomark
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
137
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
138 **What this tool does**
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
139
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
140 Align-it_ is a tool to align molecules according to their pharmacophores.
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
141 A pharmacophore is an abstract concept based on the specific interactions
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
142 observed in drug-receptor interactions: hydrogen bonding,
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
143 charge transfer, electrostatic and hydrophobic interactions.
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
144 Molecular modeling and/or screening based on pharmacophore similarities
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
145 has been proven to be an important and useful method in drug discovery.
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
146
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
147 The functionality of Align-it_ consists mainly of two parts.
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
148 The first functionality is the generation of pharmacophores from molecules
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
149 (use the tool **Pharmacophore generation** if you want to store these for further use).
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
150 Secondly, the similarity between pairs of pharmacophores can be
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
151 quantified. For this purpose, the pharmacophores need
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
152 to be aligned in three-dimensional space and the overlap volume of the
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
153 alignments calculated.
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
154
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
155 .. _Align-it: http://silicos-it.be.s3-website-eu-west-1.amazonaws.com/software/align-it/1.0.4/align-it.html
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
156
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
157 -----
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
158
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
159 .. class:: infomark
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
160
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
161 **Input**
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
162
1
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
163 Upload a file containing molecular representations in MOL, MOL2, SMILES or
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
164 SDF format; alternatively, if you have already calculated the pharmacophores,
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
165 upload the .phar file containing them.
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
166
10c0df29e6d1 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 0
diff changeset
167 * Example (SDF)::
0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
168
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
169 - database
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
170
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
171 30 31 0 0 0 0 0 0 0999 V2000
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
172 1.9541 1.1500 -2.5078 Cl 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
173 1.1377 -1.6392 2.1136 Cl 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
174 -3.2620 -2.9284 -1.0647 O 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
175 -2.7906 -1.9108 0.9092 O 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
176 0.2679 -0.2051 -0.3990 N 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
177 -2.0640 0.5139 -0.3769 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
178 -0.7313 0.7178 -0.0192 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
179 -2.4761 -0.6830 -1.1703 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
180 1.6571 -0.2482 -0.1795 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
181 -3.0382 1.4350 0.0081 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
182 -0.3728 1.8429 0.7234 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
183 -2.6797 2.5600 0.7506 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
184 -1.3470 2.7640 1.1083 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
185 2.5353 0.3477 -1.0918 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
186 2.1740 -0.8865 0.9534 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
187 -2.8480 -1.8749 -0.3123 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
188 3.9124 0.3058 -0.8739 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
189 3.5511 -0.9285 1.1713 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
190 4.4203 -0.3324 0.2576 C 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
191 -1.7086 -0.9792 -1.8930 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
192 -3.3614 -0.4266 -1.7676 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
193 -0.0861 -1.1146 -0.6780 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
194 -4.0812 1.2885 -0.2604 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
195 0.6569 2.0278 1.0167 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
196 -3.4382 3.2769 1.0511 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
197 -1.0683 3.6399 1.6868 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
198 4.6037 0.7654 -1.5758 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
199 3.9635 -1.4215 2.0480 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
200 5.4925 -0.3651 0.4274 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
201 -3.5025 -3.7011 -0.5102 H 0 0 0 0 0 0 0 0 0 0 0 0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
202
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
203 - cutoff : 0.0
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
204
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
205 -----
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
206
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
207 .. class:: infomark
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
208
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
209 **Output**
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
210
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
211 The format of the output file is shown in the table below:
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
212
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
213 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
214 | Column | Content |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
215 +========+=======================================================================+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
216 | 1 | Id of the reference structure |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
217 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
218 | 2 | Maximum volume of the reference structure |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
219 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
220 | 3 | Id of the database structure |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
221 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
222 | 4 | Maximum volume of the database structure |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
223 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
224 | 5 | Maximum volume overlap of the two structures |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
225 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
226 | 6 | Overlap between pharmacophore and exclusion spheres in the reference |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
227 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
228 | 7 | Corrected volume overlap between database pharmacophore and reference |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
229 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
230 | 8 | Number of pharmacophore points in the processed pharmacophore |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
231 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
232 | 9 | TANIMOTO score |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
233 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
234 | 10 | TVERSKY_REF score |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
235 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
236 | 11 | TVERSKY_DB score |
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
237 +--------+-----------------------------------------------------------------------+
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
238
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
239
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
240 ]]>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
241 </help>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
242 <citations>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
243 <citation type="doi">10.1016/j.jmgm.2008.04.003</citation>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
244 </citations>
1b8b6787dfbb planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff changeset
245 </tool>