Skip to content

cibinsb/EMBL_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMBL-EBI test

What Is This?

This is a simple Python/Falcon application intended to provide a working example of searching EMBL database ensembl_website_97.

How To start the API service using docker

Run the following commands

  1. docker build -t embl .
  2. docker run -p 80:8080 embl

The service will start to listen on port 80 inside the Vagrant machine

Testing

  1. Login to the embl docker container
  2. Run the command python -m unittest test/api_test.py

Making Requests

Please go to http://localhost:8080/swagger to find more about the API documentation.

Todo

Since its a simple REST API. I have not included GraphQL.

About

EMBL gene search API using Falcon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published