Skip to content

Commit

Permalink
Highlight Snakemake as an implementation detail
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Feb 26, 2024
1 parent af4d627 commit 5e6569a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/usage/cli/filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@ and ``--include`` to sample the data based on the intermediate strain list
files. If the same strain appears in both files, ``augur filter`` will only
write it once in each of the final outputs.

Stitching calls together with Snakemake
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Generalizing subsampling in a workflow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The approach above can be cumbersome with more intermediate samples. There is a
more flexible approach using `Snakemake`_.
The approach above can be cumbersome with more intermediate samples. To
generalize this process and allow for more flexibility, a workflow management
system can be used. The following examples use `Snakemake`_.

1. Add a section in the `config file`_.

Expand Down

0 comments on commit 5e6569a

Please sign in to comment.