BouchardLab / nsds_lab_to_nwb

Python package to convert NSDS Lab data to NWB files.
https://nsds-lab-to-nwb.readthedocs.io/en/latest/
0 stars 4 forks source link

make references to metadata repo relative rather than absolute #16

Closed jihyunbak closed 3 years ago

jihyunbak commented 3 years ago

make references to files in NSDSLab-NWB-metadata relative rather than absolute

(for now it is assumed that you cloned the metadata repo under your ~/Src/)

JesseLivezey commented 3 years ago

https://docs.python.org/3/distutils/setupscript.html#installing-package-data

JesseLivezey commented 3 years ago

https://github.com/wimglenn/resources-example

JesseLivezey commented 3 years ago

We could also rely on environment variables for some of these things as an alternative.