| Combi-Chem |


> C2DIR/bin/Cerius2where C2DIR is the original Cerius2 3.8 installation directory.
If you are not familiar with running Cerius2, refer to the Cerius2 Modeling Environment documentation, available on the Cerius2 CD or from the MSI website.

> setenv DY_ROOT Daylight_root_directory > setenv DY_LICENSEDATA Daylight_license_file > set path = ($DY_ROOT/bin $path)The Daylight software should be installed on a specified machine. You must declare the location of the Daylight software installation in your .cshrc file by setting the environment variable DY_ROOT. Specifically, the environment variable DY_ROOT must be set to the value of the root directory of the Daylight software as seen on the machine on which it runs.
The environment variable DY_LICENSEDATA must be set to point to the Daylight license file.
> $DY_ROOT/bin/testlicense
If Daylight is installed and licensed on a machine other than the one where Cerius2 runs, then you must tell Cerius2 to run the SMILES application on the Daylight machine rather than (as is the default) on the local machine.
Start the SMILES application on the appropriate remote machine by:
1. Start Cerius2.
4. Select the host name where Daylight is installed and licensed.
5. Click the Start action button. You see a message like the following
in your text window:
Application SDK_SMILES is served by process smiles on iris142 `/usr/people/moises/daylight/obj/irix/smiles.exe' successfully started smiles.exe : revision 97.091You are now ready to use Daylight functionality.
|
The Daylight interface for the input/output of SMILES strings and for calculation of fingerprints and other descriptors is available only for SGI systems running IRIX 6.2 or higher.
|
This release provides an interface to Oracle for importing relational data into Cerius2 study tables. This version uses Oracle version 7. Other Oracle releases may work, but they have not been tested and are not supported.
Oracle setup
Setting environment variables
You must define the Oracle environment variables before starting a Cerius2 session. The following environment variables should be set:
> setenv ORACLE_HOME Oracle_root_directoryIf LD_LIBRARY_PATH is defined:
> setenv LD_LIBRARY_PATH $ORACLE_HOME/lib:$LD_LIBRARY_PATHIf LD_LIBRARY_PATH is not defined:
> setenv LD_LIBRARY_PATH $ORACLE_HOME/lib

> source ISIS_root_directory/bin/mdlnames.csh