Closed tibuch closed 3 weeks ago
We can probably hide a bunch of boiler plate code by adding some form of processors.
see: https://github.com/fmi-faim/faim-hcs/tree/processors
Note: The mentioned branch is just an initial idea and most likely requires a bit more thinking.
See also #50.
Parallelization is very project-dependent. We should try to parallelize as much as possible with nextflow (or, for very small tasks, use dask inside a single nextflow process).
We can probably hide a bunch of boiler plate code by adding some form of processors.
see: https://github.com/fmi-faim/faim-hcs/tree/processors
Note: The mentioned branch is just an initial idea and most likely requires a bit more thinking.