DataBiosphere / terra-notebook-utils

Utilities for the Terra notebook environment.
MIT License
7 stars 6 forks source link

Support TNU on macOS and Windows #409

Open mbaumann-broad opened 12 months ago

mbaumann-broad commented 12 months ago

Description

Some users want to use TNU on local/institutional systems running macOS or Windows. Currently, there is not a good solution for them. Investigate supporting TNU on macOS and Windows, and do so if possible.

Note

Besides the dependency on the bgzip package, which does not install on macOS (or Windows?), TNU uses the Python multiprocessing package, which behaves very differently/incompatibly on macOS, Windows, and Linux.