mllg / batchtools

Tools for computation on batch systems
https://mllg.github.io/batchtools/
GNU Lesser General Public License v3.0
169 stars 51 forks source link

Custom job submission command with TORQUE/PBS #269

Open qpmnguyen opened 3 years ago

qpmnguyen commented 3 years ago

Hi!

I am trying to run a targets workflow on a cluster using the futures.batchtool backend. Since futures.batchtool is an extension of batchtools, I was wondering if I can have some help?

Is there is any way to customize an existing batchtools cluster function (for TORQUE/PBS) with a new job submission command? For some reason, the cluster that we have here is still TORQUE/PBS but the only difference is that the submission command is now mksub instead of qsub.

Thank you very much in advance!