1 |
< |
FreeMOL Design Document (DRAFT ideas subject to further refinement) |
1 |
> |
FreeMOL Design Document (draft ideas subject to further refinement) |
2 |
|
|
3 |
|
Goal: |
4 |
|
|
5 |
< |
Aggregate a small set open-source software projects together into a |
6 |
< |
maintainable form which can support integration with PyMOL and other |
7 |
< |
interactive applications via platform-specific binary distributions. |
5 |
> |
Aggregate a managable set of open-source molecular software tools |
6 |
> |
together into a maintainable form which can support integration with |
7 |
> |
PyMOL and other interactive applications via quality-controlled |
8 |
> |
platform-specific binary distributions. |
9 |
|
|
10 |
|
Structure: |
11 |
|
|
12 |
< |
"src" top-level directory with a set of subdirectories containing |
13 |
< |
source code for the various FreeMOL packages |
12 |
> |
"src" top-level directory with distinct subdirectories containing |
13 |
> |
configure scripts and source code for the various FreeMOL packages |
14 |
|
|
15 |
< |
"freemol" top-level directory is a prototype framework for holding |
16 |
< |
executables and other required runtime files in typical "unix-like" |
17 |
< |
subdirectories: (freemol/bin, freemol/lib, freemol/share, |
18 |
< |
freemol/man, and so forth) The FREEMOL environment variable should |
19 |
< |
point at this directory. |
15 |
> |
"freemol" top-level directory is a prototype framework for a freemol |
16 |
> |
binary distribution that would contain executables and other |
17 |
> |
required runtime files in a typical "unix-/usr-like" tree: |
18 |
> |
(freemol/bin, freemol/lib, freemol/share, freemol/man, and so |
19 |
> |
forth). The FREEMOL environment variable should be set to point at |
20 |
> |
this directory. Please note that platform-specific binary |
21 |
> |
executables should not be checked into subversion into this |
22 |
> |
prototype directory tree. |
23 |
|
|
24 |
|
Compilation: |
25 |
|
|
43 |
|
the $FREEMOL folder containing executables compiled for a specific |
44 |
|
architecture. |
45 |
|
|
46 |
< |
Installation would amount to extraction of the archive and setting |
46 |
> |
Installation will amount to extraction of the archive and setting |
47 |
|
of the FREEMOL environment variable to that PyMOL and other packages |
48 |
< |
can subquently locate and rely upon the freemol executables. |
48 |
> |
can subquently locate and rely upon the freemol executables. |
49 |
|
|
50 |
|
Pragmatic decisions: |
51 |
|
|
56 |
|
|
57 |
|
Confirmed FreeMOL Packages: |
58 |
|
|
59 |
< |
mengine (TJ) |
60 |
< |
mpeg_encode (Warren) |
59 |
> |
mengine |
60 |
> |
mpeg_encode |
61 |
> |
apbs |
62 |
> |
pdb2pqr |
63 |
|
|
64 |
|
Proposed FreeMOL Packages |
65 |
|
|
60 |
– |
apbs |
66 |
|
python |
67 |
|
rdkit |
68 |
|
openbabel |