Skip to content

Commit

Permalink
Merge pull request #170 from nextstrain/remove-augur-recursion-limit
Browse files Browse the repository at this point in the history
Snakefile: remove AUGUR_RECURSION_LIMIT
  • Loading branch information
joverlee521 authored Aug 11, 2023
2 parents cb7701f + 5761c36 commit 12ccb42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ if version.parse(augur_version) < version.parse(min_augur_version):
)
sys.exit(1)

# Set the maximum recursion limit globally for all shell commands, to avoid
# issues with large trees crashing the workflow. Preserve Snakemake's default
# use of Bash's "strict mode", as we rely on that behaviour.
# Copied directly from the ncov workflow
# https://github.com/nextstrain/ncov/blob/c6fcdf6b19f9dcb92c9f59d0fda1c953192e3950/Snakefile#L15-L18
shell.prefix("set -euo pipefail; export AUGUR_RECURSION_LIMIT=10000; ")

if not config:

Expand Down

0 comments on commit 12ccb42

Please sign in to comment.