bionode-watermill icon indicating copy to clipboard operation
bionode-watermill copied to clipboard

Add support for cluster computing

Open tiagofilipe12 opened this issue 7 years ago • 0 comments

Resulting from a discussion with @thejmazz in gitter, it would be great to have support for cluster computing (such as qsub and slurm (srun and so on...)) as a plugin. It would be a matter of instead of passing bash -c "./program" pass something like qsub ..opts --cmd 'bash -c "./program" as an option for bionode-watermill (maybe with the CLI). Then some options could be added to this module where this options could be a parameter for task object (something like task.props).

tiagofilipe12 avatar Jul 09 '17 09:07 tiagofilipe12