Skip to content

Commit

Permalink
Merge pull request #46 from nextstrain/ingest-custom-rules
Browse files Browse the repository at this point in the history
ingest: support `custom_rules` from config
  • Loading branch information
joverlee521 authored Mar 4, 2024
2 parents cd95122 + 286bebd commit e39016e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ if send_slack_notifications:
if config.get("trigger_rebuild", False):

include: "rules/trigger_rebuild.smk"


if "custom_rules" in config:
for rule_file in config["custom_rules"]:

include: rule_file

0 comments on commit e39016e

Please sign in to comment.