Skip to content

Commit

Permalink
WIP: ingest.yaml add Snakemake report
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Jun 18, 2024
1 parent d588b41 commit db02da2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
ingest \
upload_all \
--configfile build-configs/nextstrain-automation/config.yaml \
$CONFIG_OVERRIDES
$CONFIG_OVERRIDES;
nextstrain build ingest --report report.html
# Specifying artifact name to differentiate ingest build outputs from
# the phylogenetic build outputs
artifact-name: ingest-build-output
Expand All @@ -78,3 +79,4 @@ jobs:
ingest/benchmarks/
ingest/logs/
ingest/.snakemake/log/
ingest/report.html

0 comments on commit db02da2

Please sign in to comment.