Giter Site home page Giter Site logo

sylvinite / arteria-runfolder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arteria-project/arteria-runfolder

0.0 1.0 0.0 44 KB

A webservice used to monitor runfolders from Illumina instruments and check what state they are in (e.g. ready to process or not).

License: MIT License

Python 84.12% Shell 15.88%

arteria-runfolder's Introduction

Arteria-Runfolder

A self contained (Tornado) REST service for managing runfolders.

Try it out:

Install using pip:

pip install -r requirements/dev . # possible add -e if you're in development mode.

Open up the config/app.config and specify the root directories that you want to monitor for runfolders. Then run:

runfolder-ws --port 9999 --configroot config/

This will star the runfolder service on port 9999, and the api dock will be available under localhost:9999/api. Try curl-ing to see what you can do with it:

curl localhost:9999/api

Running the tests After install you could run the integration tests to see if everything works as expected: ./runfolder_tests/run_integration_tests.py

This will by default start a local server, run the integration tests on it and then shut the server down.

Alternatively, you can run the same script against a remote server, specifying the URL and the runfolder directory: ./runfolder_tests/run_integration_tests.py http://testarteria1:10800/api/1.0 /data/testartera1/runfolders

Unit tests can be run with nosetests ./runfolder_tests/unit

Install in production One way to install this as a daemon in a production environment can be seen at https://github.com/arteria-project/arteria-provisioning

arteria-runfolder's People

Contributors

johandahlberg avatar withrocks avatar

Watchers

 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.