doc-tutorial: add alternative for windows users
This commit is contained in:
parent
59a39bc00c
commit
be32e92dbb
@ -115,6 +115,13 @@ orders ``snakemake`` to run the script ``solve_network`` that produces the solve
|
|||||||
[...]
|
[...]
|
||||||
script: "scripts/solve_network.py"
|
script: "scripts/solve_network.py"
|
||||||
|
|
||||||
|
.. until https://github.com/snakemake/snakemake/issues/46 closed
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
On Windows the previous command may currently cause a ``MissingRuleException`` due to problems with output files in subfolders.
|
||||||
|
This is an `open issue < https://github.com/snakemake/snakemake/issues/46>`_ at `snakemake <https://snakemake.readthedocs.io/>`_.
|
||||||
|
Windows users should instead run ``snakemake solve_all_elec_networks``.
|
||||||
|
|
||||||
This triggers a workflow of multiple preceding jobs that depend on each rule's inputs and outputs:
|
This triggers a workflow of multiple preceding jobs that depend on each rule's inputs and outputs:
|
||||||
|
|
||||||
.. graphviz::
|
.. graphviz::
|
||||||
|
Loading…
Reference in New Issue
Block a user