esi-neuroscience / oephys2nwb

Export Open Ephys binary data to NWB 2.0
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

FIX: Correct python used to check NWB file #7

Closed KatharineShapcott closed 2 years ago

KatharineShapcott commented 2 years ago

Same fix as in syncopy _load_nwb

KatharineShapcott commented 2 years ago

Thanks! Do you know when you'll manage to update pip? I'll start making a conda environment for the whole lab soon, wondering if I should use pip or github for this

pantaray commented 2 years ago

Hi! I'm not sure what you mean by update pip? The code is not yet on PyPI. Do you want me to upload it so it can be pip installed?

KatharineShapcott commented 2 years ago

According to the documentaiton it is! ;) I'm pretty sure that's where I installed it from pip install esi-oephys2nwb

pantaray commented 2 years ago

The documentation is, ahem, "future proof" - the package is not yet on PyPI - I guess you did a git clone followed by pip install .. I'll prepare everything and push it to PyPI :)

KatharineShapcott commented 2 years ago

Ah I see :D Awesome, thank you! 👍

pantaray commented 2 years ago

Took a little polishing but the package is now online: https://pypi.org/project/esi-oephys2nwb/2022.5rc0/ so pip install should work as expected :) I updated the README accordingly