Skip to content

cassiedoll/gabrowse-with-auth

 
 

Repository files navigation

gabrowse-with-auth

This fork adds OAuth support to googlegenomics/api-client-python. See the README in that repo for questions not specific to OAuth.

Getting started

This Python client demonstrates a simple web-based genome browser that fetches data from the Google Genomics API, through a web interface, and displays a pileup of reads with support for zooming and basic navigation and search.

  • Download and install Google App Engine SDK for Python.

  • Then, follow the sign up instructions to generate a valid client_secrets.json file.

  • On Mac OS X you can setup and run the application through the GoogleAppEngineLauncher UI. To use the command line or to run on Linux:

    cd api-client-python
    dev_appserver.py .
    

    To run on Windows:

    cd api-client-python
    python c:\path\to\dev_appserver.py .
    
  • Once running, visit http://localhost:8080 in your browser to browse data from the API.

About

This fork adds OAuth support, and so can be used to browse private data.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.4%
  • JavaScript 19.8%
  • CSS 0.8%