griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

make remote cache location configurable by env variable #33

Closed ahwagner closed 5 years ago

ahwagner commented 5 years ago

Currently we hard-code the remote cache: https://github.com/griffithlab/civicpy/blob/2e5de2adae2e658358f0fe70e2a137bac00909f7/civicpy/__init__.py#L4

We should allow for the setting of this URL by environment variable for loading from other CIViC instances.

ahwagner commented 5 years ago

done