Skip to content

Commit

Permalink
As discussed, always use the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jan 18, 2024
1 parent a99af29 commit 230c6b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ min_version(
"7.7.0"
) # Snakemake 7.7.0 introduced `retries` directive used in fetch-sequences

if not config:
# Use default configuration values. Override with Snakemake's --configfile/--config options.
configfile: "config/defaults.yaml"
# Use default configuration values. Override with Snakemake's --configfile/--config options.
configfile: "config/defaults.yaml"


send_slack_notifications = config.get("send_slack_notifications", False)
Expand Down

0 comments on commit 230c6b0

Please sign in to comment.