Skip to content

Commit

Permalink
added wildcards constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 30, 2024
1 parent d325717 commit 5879128
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mess/workflow/rules/preflight/functions.smk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ from Bio import SeqIO
import random


wildcard_constraints:
sample="[^/]+",
contig="[^/]+",


def list_reads(wildcards):
if PAIRED:
reads = expand(
Expand Down

0 comments on commit 5879128

Please sign in to comment.