Swagger API spec for MetaGenScope.
metagenscope-swagger
is run as part of metagenscope-main
.
Note: be aware of which Docker environment your shell is configured for:
docker-machine ls
. This will affect what URL you will use to access the Swagger client.
Build the image:
$ docker build -t metagenscope-swagger .
Set up environment:
$ export API_URL=https://raw.githubusercontent.com/bchrobot/metagenscope-swagger/master/swagger.yml
Run the image, exposing the Swagger client on port 8080:
$ docker run -p 8080:8080 -e API_URL metagenscope-swagger
Visit client at http://localhost:8080
.
Please read CONTRIBUTING.md
for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See CHANGELOG.md
- Benjamin Chrobot - Initial work - bchrobot
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md
file for details.