Mercurial > repos > bgruening > align_it
annotate align-it_create_db.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 |
rev | line source |
---|---|
0
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
1 <tool id="ctb_alignit_create_db" name="Pharmacophore" version="0.1"> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
2 <description>generation (Align-it)</description> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
3 <requirements> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
4 <requirement type="package" version="1.0.3">align_it</requirement> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
5 </requirements> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
6 <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
|
7 <![CDATA[ |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
8 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
|
9 --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
|
10 --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
|
11 --pharmacophore '$pharmacophores' |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
12 $merge |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
13 $noHybrid |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
14 ]]> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
15 </command> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
16 <inputs> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
17 <param name="database" type="data" format='mol,mol2,sdf,smi' |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
18 label="Defines the database of molecules that will be converted to pharmacophores" /> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
19 <param name='merge' type='boolean' truevalue='--merge' 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
|
20 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
|
21 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
|
22 <param name='noHybrid' type='boolean' truevalue='--noHybrid' falsevalue='' |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
23 label='Disable the use of hybrid pharmacophore points' |
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
|
24 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
|
25 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
|
26 </inputs> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
27 <outputs> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
28 <data name="pharmacophores" format="txt" 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
|
29 </outputs> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
30 <tests> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
31 <test> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
32 <param name="database" ftype="sdf" value="6mol.sdf"/> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
33 <output name="pharmacophores" file="alignit_Create_Phar_DB_6mol.phar" /> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
34 </test> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
35 </tests> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
36 <help> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
37 <![CDATA[ |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
38 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
39 .. 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
|
40 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
41 **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
|
42 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
43 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
|
44 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
|
45 observed in drug-receptor interactions: hydrogen bonding, |
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
|
46 charge transfer, electrostatic and hydrophobic interactions. Each pharmacophore |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
47 contains multiple lines, representing so-called pharmacophore |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
48 points, each of which corresponds to a functional group 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
|
49 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
|
50 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
|
51 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
52 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
|
53 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
|
54 (the function of this tool). Secondly, pairs of pharmacophores |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
55 can be aligned (use the tool **Pharmacophore Alignment**). The resulting |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
56 score is calculated from the volume overlap resulting of the alignments. |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
57 |
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
|
58 .. _Align-it: http://silicos-it.be.s3-website-eu-west-1.amazonaws.com/software/align-it/1.0.4/align-it.html |
0
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
59 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
60 ----- |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
61 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
62 .. 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
|
63 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
64 **Input** |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
65 |
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
|
66 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
|
67 SDF format. |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
68 |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
69 * 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
|
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 - database |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
72 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
73 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
|
74 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
|
75 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
|
76 -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
|
77 -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
|
78 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
|
79 -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
|
80 -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
|
81 -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
|
82 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
|
83 -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
|
84 -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
|
85 -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
|
86 -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
|
87 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
|
88 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
|
89 -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
|
90 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
|
91 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
|
92 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
|
93 -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
|
94 -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
|
95 -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
|
96 -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
|
97 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
|
98 -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
|
99 -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
|
100 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
|
101 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
|
102 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
|
103 -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
|
104 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
105 - 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
|
106 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
107 ----- |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
108 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
109 .. 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
|
110 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
111 **Output** |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
112 |
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
|
113 A series of lines for each molecule, each describing a pharmocophore point |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
114 (functional group) of the molecules. The first column specifies a functional |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
115 type (e.g. HACC is a hydrogen bond acceptor; HYBL is a aromatic, lipophilic |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
116 region). Subsequent columns specify the position of the center in three-dimensional |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
117 space; see the documentation_ for more details. |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
118 |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
119 .. _documentation: http://silicos-it.be.s3-website-eu-west-1.amazonaws.com/software/align-it/1.0.4/align-it.html |
10c0df29e6d1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
0
diff
changeset
|
120 |
0
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
121 * Example:: |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
122 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
123 - 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
|
124 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
125 3033 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
126 HYBL -1.98494 1.9958 0.532089 0.7 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
|
127 HYBL 3.52122 -0.309347 0.122783 0.7 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
|
128 HYBH -3.262 -2.9284 -1.0647 1 1 -3.5666 -3.7035 -1.61827 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
129 HDON 0.2679 -0.2051 -0.399 1 1 -0.076102 -0.981133 -0.927616 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
130 HACC -2.7906 -1.9108 0.9092 1 1 -2.74368 -1.94015 1.90767 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
131 $$$$ |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
132 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
133 |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
134 ]]> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
135 </help> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
136 <citations> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
137 <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
|
138 </citations> |
1b8b6787dfbb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/silicos-it/align-it commit c30f4f5b484d97e8a12d0cb968abeeeafca750d7
bgruening
parents:
diff
changeset
|
139 </tool> |