Skip to content

Commit

Permalink
Remove AUGUR_RECURSION_LIMIT
Browse files Browse the repository at this point in the history
The AUGUR_RECURSION_LIMIT is set to 10,000 by default since Augur 22.0.0
and the workflow's minimum required Augur version is now 22.0.2¹

¹ https://github.com/nextstrain/seasonal-flu/blob/65df51732abcad6480239fb0c7e76e47ae5c9723/workflow/envs/nextstrain.yaml#L7
  • Loading branch information
joverlee521 committed Aug 9, 2023
1 parent 65df517 commit 83fc6e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import datetime
import pandas as pd
from treetime.utils import numeric_date

# 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.
shell.prefix("set -euo pipefail; export AUGUR_RECURSION_LIMIT=10000; ")

wildcard_constraints:
segment = r'pb2|pb1|pa|ha|np|na|ma',
Expand Down
3 changes: 0 additions & 3 deletions profiles/scicore/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ source ~/miniconda3/etc/profile.d/conda.sh
conda activate nextstrain
#Test
export AUGUR_MINIFY_JSON=1
export AUGUR_RECURSION_LIMIT=10000

{exec_job}


0 comments on commit 83fc6e6

Please sign in to comment.