Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Aug 7, 2023
1 parent 8575f79 commit 9072669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorial/additional_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ For this, Snakemake provides the ``include`` directive to include another Snakef

.. code:: python
include: "path/to/other.snakefile"
include: "path/to/other.smk"
As can be seen, the default file extensions for snakefiles other than the main snakefile is ``.smk``.
Alternatively, Snakemake allows to **define sub-workflows**.
A sub-workflow refers to a working directory with a complete Snakemake workflow.
Output files of that sub-workflow can be used in the current Snakefile.
Expand Down

0 comments on commit 9072669

Please sign in to comment.