Urban-M4 / snakemake-wrf

Random notes, scripts, et cetera
Apache License 2.0
2 stars 1 forks source link

reconsider the use of the working directory #26

Open Peter9192 opened 2 months ago

Peter9192 commented 2 months ago

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.