Skip to content

LongTailBio/pangea-django

Repository files navigation

Pangea

Pangea is a service to store and analyze bioinformatics data. It helps researchhers to share data and keep track of projects and analyses.

This repository contains the code to run a Pangea Web Server as well as a Python-based API to interact with that server.

You can see a running instance of Pangea here

Command Line Interface and Python API

To interact with an existing Pangea instance you can use the Python API and attached CLI

Running a Pangea Server Locally

pyenv virtualenv 3.8.9 pangea-django
pyenv activate pangea-django
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Documentation may be found here.

Built with Django.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages