lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
20 stars 8 forks source link

Make things container ready #160

Closed Andesha closed 2 months ago

Andesha commented 2 months ago

Lots of files need to be trimmed to get this down to a minimal installation.

Andesha commented 2 months ago

this was supposed to be on my own fork, please ignore

scott-huberty commented 2 months ago

I imagine that facilitating analyses in a containerized environment could be useful to others though. Feel free to re-open if there are things that could be merged upstream 😉

christian-oreilly commented 1 month ago

I imagine that facilitating analyses in a containerized environment could be useful to others though. Feel free to re-open if there are things that could be merged upstream 😉

Indeed. Particularly if there is a way to structure it so that it is not implemented as a different fork but as an alternative installation through something like pip install pylossless[light]. That could be useful if you want your modifs to keep in sync with future developments of the pipeline without having to resolve yourself future divergence between your fork and the main development path.