Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.27 KB

py-rcsb_workflow

Build Status

Introduction

RCSB Python workflow entry points for data processing and ETL/ELT operations.

Installation

Download the library source software from the project repository:

git clone  --recurse-submodules https://github.com/rcsb/py-rcsb_workflow.git

# or to make sure the submodules are updated --
git submodule update --recursive --init
git submodule update --recursive --remote

Optionally, run test suite (Python versions 3.8) using setuptools or tox:

  pip install -r requirements.txt
  python setup.py test

or simply run:

  tox

Installation is via the program pip.

pip install rcsb.workflow --extra-index-url https://pypi.anaconda.org/OpenEye/simple

To run tests from the source tree, the package must be installed in editable mode (i.e. -e):

pip install -e . --extra-index-url https://pypi.anaconda.org/OpenEye/simple