EMBOSS explorer
From Bioinformatist.com
[edit]
Introduction
EMBOSS explorer is a web-interface for the EMBOSS suite of programs. It provides a simple and easy to use interface, which is also easy to install. [edit]
Package details
- Format: Gzipped Tar Archive
- Version: 2.2.0
- Author: Luke McCarthy
- Website and Download: http://embossgui.sourceforge.net/
- Requirements: EMBOSS and a web-server
- FAQ:
[edit]
Installation
- Download the emboss-explorer-2.2.0.tar.gz from the above website.
- Uncompress it to a temporary directory
cd temp
tar zxvf /data/emboss-explorer-2.2.0.tar.gz
- Install by running the install script. The script checks for a number of PERL modules required for installation
cd emboss-explorer
./install
-
Where was EMBOSS installed?
If EMBOSS is installed at /usr/local, then accept the default for the following prompt. This is the case if EMBOSS is configured just without any prefix option. Otherwise specify the location where it is installed [ex: /opt]
-
Where should the EMBOSS Explorer HTML files be installed?
OpenSuse: /srv/www/htdocs/emboss and for Ubuntu/Fedora: /var/www/emboss can be specified
- What is the URL prefix corresponding to the HTML directory above?
Accept default (Enter)
- Where should the EMBOSS Explorer CGI script be installed?
OpenSuse: /srv/www/cgi-bin/emboss and for Ubuntu/Fedora: /var/www/cgi-bin/emboss
- What is the complete URL corresponding to the CGI script '/srv/www/cgi-bin/emboss'?
/cgi-bin/emboss
- Launch http://localhost/emboss in a web-browser
