-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1080 from nextstrain/remove-augur-recursion-limit
Remove AUGUR_RECURSION_LIMIT
- Loading branch information
Showing
2 changed files
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
#!/bin/sh | ||
|
||
#SBATCH --output=log/%j.out # where to store the output ( %j is the JOBID ) | ||
#SBATCH --error=log/%j.err # where to store error messages | ||
|
||
# activate conda environment | ||
source /scicore/home/neher/neher/miniconda3/etc/profile.d/conda.sh | ||
conda activate nextstrain | ||
export AUGUR_MINIFY_JSON=1 | ||
export AUGUR_RECURSION_LIMIT=10000 | ||
|
||
{exec_job} | ||
|
||
|