Skip to content

Commit

Permalink
AWS cores
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Apr 30, 2024
1 parent 1c421ec commit 3e0d85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phylogenetic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ example sequences into the `data/` directory like so:

With access to AWS, this can be more quickly run as:

nextstrain build --aws-batch --aws-batch-cpus 4 --aws-batch-memory 7200 . --jobs 4
nextstrain build --aws-batch --aws-batch-cpus 10 --aws-batch-memory 7200 . --jobs 10

[Nextstrain]: https://nextstrain.org
[augur]: https://docs.nextstrain.org/projects/augur/en/stable/
Expand Down
2 changes: 1 addition & 1 deletion phylogenetic/rules/prepare_sequences_E.smk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rule align_and_extract_E:
min_length = config['filter']['E_min_length'],
shell:
"""
nextclade3 run \
nextclade run \
-j 2 \
--input-ref {input.reference} \
--output-fasta {output.sequences} \
Expand Down

0 comments on commit 3e0d85c

Please sign in to comment.