Skip to content

Commit

Permalink
Use a rules folder for ingest to follow pathogen-repo-template
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jan 10, 2024
1 parent 3124b18 commit f388525
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ rule all:
_get_all_targets,


include: "workflow/snakemake_rules/fetch_sequences.smk"
include: "workflow/snakemake_rules/transform.smk"
include: "rules/fetch_sequences.smk"
include: "rules/transform.smk"


if config.get("upload", False):

include: "workflow/snakemake_rules/upload.smk"
include: "rules/upload.smk"


if send_slack_notifications:

include: "workflow/snakemake_rules/slack_notifications.smk"
include: "rules/slack_notifications.smk"


if config.get("trigger_rebuild", False):

include: "workflow/snakemake_rules/trigger_rebuild.smk"
include: "rules/trigger_rebuild.smk"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f388525

Please sign in to comment.