Skip to content

Commit

Permalink
docs: display rust-script env.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 30, 2022
1 parent b725cd1 commit 950d8ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/snakefiles/rules.rst
Expand Up @@ -764,7 +764,7 @@ As such, the script must be a valid ``rust-script`` script and ``rust-script``
must be available in the environment the rule is run in.
The minimum required ``rust-script`` version is 1.15.0, so in the example above, the contents of ``rust.yaml`` might look like this:

.. code block:: yaml
.. code-block:: yaml
channels:
- conda-forge
Expand All @@ -775,8 +775,6 @@ The minimum required ``rust-script`` version is 1.15.0, so in the example above,
- c-compiler
- pkg-config
Some example scripts can be found in the
`tests directory <https://github.com/snakemake/snakemake/tree/main/tests/test_script/scripts>`_.

Expand Down

0 comments on commit 950d8ba

Please sign in to comment.