Relates to #17 ghost make all rules, and deciding how and when to make these rules.
Do we provide the user with a ghost "make all" rule for each intermediate step? Or just provide one ghost "make all" rule for the very last step of the workflow?
(Note that using this ghost rule approach, we define the endpoint and let Snakemake determine the starting point, based on what files are present.)
Relates to #17 ghost make all rules, and deciding how and when to make these rules.
Do we provide the user with a ghost "make all" rule for each intermediate step? Or just provide one ghost "make all" rule for the very last step of the workflow?
(Note that using this ghost rule approach, we define the endpoint and let Snakemake determine the starting point, based on what files are present.)
Do we want users to be able to run
or just run
?