NAME
Bio::WebService::LANL::SequenceLocator::Server - A JSON web API for LANL's HIV sequence locator
SYNOPSIS
After installation:
plackup `perldoc -l Bio::WebService::LANL::SequenceLocator::Server`
Or from a git checkout or tarball:
plackup # uses app.psgi
Or as a Server::Starter managed service:
examples/service start
DESCRIPTION
This server powers a simple, JSON-based web API for the LANL's HIV sequence locator using Bio::WebService::LANL::SequenceLocator.
ENVIRONMENT
SERVER_ADMIN
Set the SERVER_ADMIN environment variable before starting the server to provide a contact address in requests to LANL and server error messages in API responses.
INSTALLATION
The prerequisites for this server are optional and are probably not installed by default on your computer when you install this distribution. From a git checkout or tarball, you can install the necessary modules with cpanm:
cpanm --with-all-features --installdeps .
AUTHOR
Thomas Sibley <trsibley@uw.edu>
COPYRIGHT
Copyright 2014 by the Mullins Lab, Department of Microbiology, University of Washington.
LICENSE
Licensed under the same terms as Perl 5 itself.