Add stub directives to all processes to enable Nextflow's -stub
dry-run option
#38
Labels
enhancement
New feature or request
-stub
dry-run option
#38
A user recently requested a Snakemake-like dry run feature to suss out how the pipeline works before supplying large input files. Implementing this in Nextflow is much more involved, as it requires that we write a stub directive for every single process. Fortunately, that will be relatively straightforward if tedious in this pipeline because most processes produce a single output file. Given that, a process that looks like this:
Would become this:
The text was updated successfully, but these errors were encountered: