Giter VIP home page Giter VIP logo

gsl-standalone's Introduction

This project is not active. The GSL compilier is now run within a Docker Image by CCC.

gsl-standalone

Standalone GSL server for the Genetic Constructor GSL extension.

Installation

  • First, install the module dependencies via npm.

npm install

  • If you are running an instance of the server locally, you also need to install fsharp and mono by running the following command from the server's root directory (gsl-standalone/).

npm run install-fsharp

Alternatively, you could manually install these by following the instructions given for Mac, Linux or Windows.

  • As a part of the postinstall stage of the GSL extension, a pre-built fork of the GSL repository will be cloned and used by the extension's server to run GSL code. The development fork of the Gslc repository can be found here. You could also install it manually by running the following command from the server's root directory (gsl-standalone/).

npm run install-gsl

  • You could also run it from within a docker container using the given Dockerfile.

Architecture

As shown below, at a high level, the GSL extension is made up of the following components:

  1. The client : Displayed in the project details section of the Genetic constructor.

  2. The intermediate (forwarding) server : A lightweight server that simply mediates between the GSL client extension in the browser and the remote external GSL server.

  3. The GSL server : The GSL server does the heavy lifting of running the Gslc.exe command and producing output packages available for download. It is located at https://gsl.dev.bionano.autodesk.com/

Note: As shown in the diagram by the grey box, this repository includes functionality noted in (3)

GSL System Diagram

gsl-standalone's People

Contributors

rupalkhilari avatar dhylbert avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.