File tree 2 files changed +5
-0
lines changed
aspen/workflows/nextstrain_run
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ RUN mkdir /mpox && \
58
58
git remote add origin https://github.com/chanzuckerberg/monkeypox.git && \
59
59
git fetch origin subsampling && \
60
60
git reset --hard fd74f4b5f219035c9cbb7909b6f84f8a06fda76d
61
+ RUN chown nextstrain:nextstrain /mpox/config/exclude_accessions_mpxv.txt
61
62
62
63
RUN mkdir -p /ncov/auspice
63
64
RUN mkdir -p /ncov/logs
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ echo "* set \$aspen_s3_db_bucket"
31
31
aspen_s3_db_bucket=" $( jq -r .S3_db_bucket <<< " $genepi_config" ) "
32
32
set -x
33
33
34
+ # Download the latest mpox exclusions list. This happens at RUN time, not BUILD time so that
35
+ # we are always building trees with the latest upstream filters.
36
+ wget https://raw.githubusercontent.com/nextstrain/mpox/master/phylogenetic/defaults/exclude_accessions.txt -O /mpox/config/exclude_accessions_mpxv.txt
37
+
34
38
mkdir -p /mpox/data
35
39
key_prefix=" phylo_run/${S3_FILESTEM} /${WORKFLOW_ID} "
36
40
s3_prefix=" s3://${aspen_s3_db_bucket} /${key_prefix} "
You can’t perform that action at this time.
0 commit comments