Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wtsi-hgi/bissell

Dummy iRobot server for client testing
https://github.com/wtsi-hgi/bissell

irobot

Last synced: 24 days ago
JSON representation

Dummy iRobot server for client testing

Awesome Lists containing this project

README

        

Bissell
=======

The poor person's iRobot.

Intended for testing iRobot clients before the server is ready.

Current status is that all iRobot endpoints are supported, but many return Not Implemented status.

Requests for data objects that end in `.cram` or `.crai` are fulfilled using test data.

A dockerfile is included (which includes the ~6MB test CRAM and its index). To run:
```
docker run -p 5000:5000 -it mercury/bissell
```