Socket
Book a DemoInstallSign in
Socket

lazar-rest

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazar-rest

1.0.0
bundlerRubygems
Version published
Maintainers
3
Created
Source

lazar-rest

REST API webservice for lazar and nano-lazar. lazar (lazy structure–activity relationships) is a modular framework for read across predictions of chemical toxicities. Within the European Union’s FP7 eNanoMapper project lazar was extended with capabilities to handle nanomaterial data, interfaces to other eNanoMapper services (databases and ontologies) and a stable and user-friendly graphical interface for nanoparticle read-across predictions. lazar-rest provides a new Restful webservice to this developments.

Installation

Download the code from github.

git clone https://github.com/opentox/lazar-rest.git

Install the required library gems with bundler

cd lazar-gem
bundle install

In development environment use lazar and qsar-report library from source

    require "../lazar/lib/lazar.rb"
    require "../qsar-report/lib/qsar-report.rb"

In production environment change this to the following to have lazar and qsar-report library from ruby gem

    require "../lazar/lib/lazar.rb"
    require "../qsar-report/lib/qsar-report.rb"

start the service with unicorn on an assigned port

unicorn -p 8080 -D

(satrt without daemonize option -D for debugging)

Documentation

  • For full Swagger API documentation open /api/api.json with Swagger UI.
  • RubyDoc.info Code documentation

See also

Copyright (c) 2015-2016 Christoph Helma, Micha Rautenberg, Denis Gebele. See LICENSE for details.

FAQs

Package last updated on 03 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.