You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use cluster futures for all tools which used ParallelExecutor before
* fix redundant argument
* unify jobs and processes arg
* clean up code and fix test
* format
* add missing args
* remove explicit checking for --jobs parameter
* use v1.0 of cluster_tools
* update readme
* fix how args is None was handled
* reformat
* use namedtuple to mimic args
* reformat
* fix missing import
Most tasks can be configured to be executed in a parallelized manner. Via `--distribution_strategy` you can pass `multiprocessing` or `slurm`. The first can be further configured with `--jobs` and the latter via `--job_resources='{"mem": "10M"}'`. Use `--help` to get more information.
81
+
78
82
## Test data credits
79
83
Excerpts for testing purposes have been sampled from:
80
84
- Dow Jacobo Hossain Siletti Hudspeth (2018). **Connectomics of the zebrafish's lateral-line neuromast reveals wiring and miswiring in a simple microcircuit.** eLife. [DOI:10.7554/eLife.33988](https://elifesciences.org/articles/33988)
0 commit comments