Skip to content

Commit

Permalink
remove obsolete target rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fred committed Jul 26, 2023
1 parent 44cc628 commit b9e72a5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,24 +133,6 @@ include: "rules/analyse/map/wind_fields.smk"
include: "rules/analyse/plot/target_disruption.smk"
include: "rules/analyse/plot/customers_affected_by_storm.smk"

##### target rules #####

# Require the completed overlay image file to be present for each hazard
rule all:
input:
expand(
os.path.join(
f"{config['output_dir']}",
"exposure",
f"{{dataset}}_filter-{{network_filter}}",
f"hazard-{{hazard}}",
"img"
),
dataset=config['infrastructure_datasets'].keys(),
network_filter=config['network_filters'].keys(),
hazard=config['hazard_datasets'].keys()
)

# Remove intermediate directories
rule clean:
shell:
Expand Down

0 comments on commit b9e72a5

Please sign in to comment.