ExternalSoftware » History » Version 4
Anonymous, 07/30/2008 11:03 AM
Adjust external software
1 | 1 | Anonymous | = External Software for ProCKSI = |
---|---|---|---|
2 | 1 | Anonymous | (needs to be updated) |
3 | 1 | Anonymous | |
4 | 1 | Anonymous | Generate the following directories on each compute node to contain important executables: |
5 | 1 | Anonymous | {{{ |
6 | 4 | Anonymous | /usr/local/procksi/CE/ |
7 | 1 | Anonymous | /usr/local/procksi/Cluster/ |
8 | 1 | Anonymous | /usr/local/procksi/DaliLite |
9 | 4 | Anonymous | /usr/local/procksi/FAST/ |
10 | 4 | Anonymous | /usr/local/procksi/MaxCMO-MSVNS/ |
11 | 4 | Anonymous | /usr/local/procksi/MolScript/ |
12 | 4 | Anonymous | /usr/local/procksi/ROCCH/ |
13 | 4 | Anonymous | /usr/local/procksi/TMalign/ |
14 | 4 | Anonymous | /usr/local/procksi/URMS/ |
15 | 4 | Anonymous | /usr/local/procksi/Vorolign/ |
16 | 1 | Anonymous | }}} |
17 | 1 | Anonymous | |
18 | 1 | Anonymous | For the following installation of the ProCKSI server components, the following executables must be present: |
19 | 1 | Anonymous | {{{ |
20 | 4 | Anonymous | /usr/local/procksi/CE/CE |
21 | 1 | Anonymous | /usr/local/procksi/Cluster/qclust |
22 | 1 | Anonymous | /usr/local/procksi/DaliLite/DaliLite |
23 | 4 | Anonymous | /usr/local/procksi/FAST/fast |
24 | 4 | Anonymous | /usr/local/procksi/MaxCMO-MSVNS/MaxCMO-MSVNS |
25 | 4 | Anonymous | /usr/local/procksi/MolScript/molscript |
26 | 4 | Anonymous | /usr/local/procksi/MolScript/molauto |
27 | 4 | Anonymous | /usr/local/procksi/ROCCH/ROCCH |
28 | 4 | Anonymous | /usr/local/procksi/TMalign/TMalign |
29 | 4 | Anonymous | /usr/local/procksi/URMS/urms |
30 | 4 | Anonymous | /usr/local/procksi/Vorolign/vorolign.jar |
31 | 1 | Anonymous | }}} |
32 | 1 | Anonymous | |
33 | 1 | Anonymous | |
34 | 1 | Anonymous | == Image Software == |
35 | 3 | Anonymous | |
36 | 2 | Anonymous | === !MolScript === |
37 | 2 | Anonymous | * Download ''!MolScript'' from the repository. |
38 | 2 | Anonymous | * Make sure that the ''freeglut'' and ''freeglut-devel'' packages are installed. |
39 | 1 | Anonymous | * Compile using the Makefile provided for the x32- or x64-architecture. |
40 | 1 | Anonymous | |
41 | 1 | Anonymous | !MolScript needs an X display in order to generate images (jpg, gif, …). Its possible to use the console X display for the OpenGL bits even if it is not logged in. Therefore, ''procksi'' must be authenticated and allowed to use this X display virtually. |
42 | 1 | Anonymous | |
43 | 1 | Anonymous | Get and unpack the ProCKSI x-authentication patch from [repos:Externals/Cluster/xauth.tgz]. |
44 | 1 | Anonymous | |
45 | 1 | Anonymous | On each node copy magic cookie file for x-authentication: |
46 | 1 | Anonymous | {{{ |
47 | 1 | Anonymous | cp :0.Xauth /var/gdm/:0.Xauth |
48 | 1 | Anonymous | }}} |
49 | 1 | Anonymous | |
50 | 1 | Anonymous | On each node copy scripts for automatic x-authentication: |
51 | 1 | Anonymous | {{{ |
52 | 1 | Anonymous | cp procksixauth /usr/local/sbin/procksixauth |
53 | 1 | Anonymous | cp :0 /etc/gdm/Init/:0 |
54 | 1 | Anonymous | }}} |
55 | 1 | Anonymous | |
56 | 1 | Anonymous | Restart the X display manager for the changes to take effect: |
57 | 1 | Anonymous | {{{ |
58 | 1 | Anonymous | /usr/sbin/gdm-restart |
59 | 1 | Anonymous | }}} |
60 | 1 | Anonymous | |
61 | 1 | Anonymous | The virtual X display can be used with unix socket '':0'', e.g.: |
62 | 1 | Anonymous | {{{ |
63 | 1 | Anonymous | molauto protein.pdb | DISPLAY=unix:0.0 molscript -jpeg -out protein.jpeg |
64 | 3 | Anonymous | }}} |
65 | 3 | Anonymous | |
66 | 3 | Anonymous | |
67 | 3 | Anonymous | === Other Visualisation Software === |
68 | 3 | Anonymous | * Install ''!ImageMagick'' from the [source:Externals/Graphics repository] (sources) if not already installed |
69 | 3 | Anonymous | * Install ''Raster3D'' from the [source:Externals/Graphics repository] (sources) |
70 | 3 | Anonymous | * Install ''!GraphViz'' from the [source:Externals/Graphics repository] (RPM) |
71 | 3 | Anonymous | * Install ''pyparsing'' from the [source:Externals/Python repository] (sources) |
72 | 1 | Anonymous | * Install ''pydot'' from the [source:Externals/Python repository] (sources) |