The manual states
By default, in most cases, Drake builds all targets specified in the workflow files. Sometimes it can be useful to specify it explicitly...
I'm confused-- is ... the default or not?
Apparently it is not because I a workflow such that if I run drake I get some "input not found" errors (for inputs which are outputs of steps in the workflow!) but the error goes away when I run drake ....
Unfortunately the workflow is complicated and I have been unsuccessful in creating a simple shareable example. Any thoughts on why drake might fail to find an output while drake ... works? Thanks!
The manual states
I'm confused-- is
...the default or not?Apparently it is not because I a workflow such that if I run
drakeI get some "input not found" errors (for inputs which are outputs of steps in the workflow!) but the error goes away when I rundrake ....Unfortunately the workflow is complicated and I have been unsuccessful in creating a simple shareable example. Any thoughts on why
drakemight fail to find an output whiledrake ...works? Thanks!