|
In order to ease the creation and maintenance of the LGIC Database entries, a graphical editor has been written in Java.
To use the LGICdb editor, operate the following steps:
-
Download the gzipped tar archive of the current version.
-
Go to the directory where the tar archive has been saved, and unpack the archive by doing:
tar -xzf lgicdbeditor_1.0.tar.gz
-
Enter the newly created lgicdbeditor_1.0 sub-directory, and, if you are using a Unix-like shell, just type:
./run.sh
If you are not using a Unix-like shell, open a terminal and directly launch the LGICdb editor by typing:
java -Xms128m -Xmx256m -classpath lib/xml-apis.jar:lib/xercesImpl.jar:lib/xalan.jar:lib/compneur-1.0alpha.jar:lib/lgicdb.jar uk.ac.ebi.lgicdb.Main
-
If everything went fine, the main LGICdb editor window (see screenshot below) should appear on screen.
-
If you should encounter any problem in starting or using the LGICdb editor, please do contact us.
Last modification: Wed Nov 24 10:59:05 GMT 2004 | Nicolas Le Novère
|