Skip to content

Commit

Permalink
add wildcard constraint for template
Browse files Browse the repository at this point in the history
was causing errors in the new download rules
  • Loading branch information
akhanf committed Apr 17, 2024
1 parent 44601a2 commit bc1a408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hippunfold/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ wildcard_constraints:
density="[a-zA-Z0-9]+",
atlas="[a-zA-Z0-9]+",
autotop="[a-zA-Z0-9]+",
template="[a-zA-Z0-9]+",


root = os.path.join(config["root"], "hippunfold")
Expand Down

0 comments on commit bc1a408

Please sign in to comment.