Open rneher opened 3 years ago
What inputs would a user expect when running snakemake
with no arguments? I see this as akin to running augur filter
with no inputs and expecting it to produce something.
Inability to run the clean
rule (and other rules that don't depend on inputs) is definitely a bug.
We used to be able to run an example workflow by simply doing
Now not even
clean
works anymore without specifying a profile with inputs:Not such a big deal, but somewhat suboptimal.