lachlandeer/snakemake-econ-r-tutorial

reorder chapters in part I

Closed this issue · 2 comments

We are gonna reorganize everything from what is currently pattern rules thru to the intro of an all rule as follows:

  • CH A: Introduction to target rules (NO expands, no wildcards, just a manual list of inputs)
  • CH B: wildcards in 'non-target' rules
  • CH C: Expand (single expansion) + glob_wildcards
  • CH D: Multiple wildcard expansion

We (LD and UB) think that this is more logical ordering, especially given we intro the idea of targets quite early and the current version abandons that for a while

LD to do C + D
UB to work on A + B (part of previous ch's might end up in A for clean order)

Full structure under #14

Guess this can be closed.