You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we set workdir to results and cd in each rule. Alternatively, we could set the input/output of each file rule to results/{experiment}/somefile.
It would make the workflow easier to grasp and remove the finicky dependency on the workdir setting. On the other hands, when you pass in another workdir via the command line, it will be more nested.
The text was updated successfully, but these errors were encountered:
Now we set workdir to
results
and cd in each rule. Alternatively, we could set the input/output of each file rule toresults/{experiment}/somefile
.It would make the workflow easier to grasp and remove the finicky dependency on the workdir setting. On the other hands, when you pass in another workdir via the command line, it will be more nested.
The text was updated successfully, but these errors were encountered: