Overriding tree builder args

Hello,

I was hoping to add bootstrap support to the ml tree, but I haven’t been able to override the default argument of ninit 10 -n 4 which conflicts with the bootstrap argument. I haven’t been able to find much documentation on this option, but my latest attempt is to add the below text to builds.yaml:

tree:
override-default-args: “true”
tree-builder-args: “’-bb 100’”

But I still get the error below:

Thanks for any help!

Hi @GVeytsel,

The override-default-args parameter is not available in the ncov workflow just yet.
There is an open pull request for this feature.

Best,
Jover

Thank you so much for clarifying!