Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AUGUR_RECURSION_LIMIT #115

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}