Skip to content

Commit

Permalink
Print wildcard pattern onstart
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Feb 6, 2023
1 parent 8b76cbc commit 8a3c446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ if find_feature_importance:
results_types.append("feature_importance")


onstart:
print("wildcard pattern: ", paramspace.wildcard_pattern)


rule targets:
input:
f"report_{dataset}.html",
Expand Down

0 comments on commit 8a3c446

Please sign in to comment.