Skip to content

Commit

Permalink
Explain new behaviour in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sposadac committed Aug 4, 2021
1 parent e15aaeb commit 883c792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/snakefiles/rules.rst
Expand Up @@ -1341,6 +1341,8 @@ However, if we would add ``group: "mygroup"`` to rule ``c``, all jobs would end
Alternatively, groups can be defined via the command line interface.
This enables to almost arbitrarily partition the DAG, e.g. in order to safe network traffic, see :ref:`here <job_grouping>`.
For execution on the cloud using Google Life Science API and preemptible instances, note than if any of the rules in a group is included in the subset of rules to be executed using preembtible instances (with command line option ``--preemptible-rules``), the group will be also scheduled to be executed on a preemptible instance.
Piped output
------------
Expand Down

0 comments on commit 883c792

Please sign in to comment.