Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMoelder committed Nov 29, 2023
1 parent 51795a9 commit 229cd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ def get_shortest_primer_length(primers):


def get_primer_extra(wc, input):
extra = fr"-R '@RG\tID:{wc.panel}\tSM:{wc.panel}' -L 100"
extra = rf"-R '@RG\tID:{wc.panel}\tSM:{wc.panel}' -L 100"
min_primer_len = get_shortest_primer_length(input.reads)
# Check if shortest primer is below default values
if min_primer_len < 32:
Expand Down

0 comments on commit 229cd92

Please sign in to comment.