Skip to content

Commit

Permalink
add wildcard_constraints to prevent breaking on complex fastq names
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpert committed Sep 6, 2021
1 parent dfd0b9c commit 5431e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ samples = (
.sort_index()
)

wildcard_constraints:
sample="|".join(samples["sample_name"]),


def get_final_output():
final_output = expand(
Expand Down

0 comments on commit 5431e08

Please sign in to comment.