Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 882 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 882 Bytes

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.