Add support for cluster computing #63
Open
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 likeqsub ..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
).The text was updated successfully, but these errors were encountered: