Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Mar 8, 2024
1 parent aa29a72 commit c1cff91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def get_fastqc(wildcards):
print(f"sample: '{sample}'")
fn1 = f"{sample}{m[0]}.{ext}"
fn2 = f"{sample}{m[1]}.{ext}"

print(f"wildcards.serie: {wildcards.serie}")
print(f"fn1: '{fn1}'")
print(f"fn2: '{fn2}'")
Expand All @@ -344,7 +344,7 @@ def get_fastqc(wildcards):

print(f"fn1: '{fn1}'")
print(f"fn2: '{fn2}'")

fp1 = raw_reads_folder.joinpath(wildcards.serie, fn1)
fp2 = raw_reads_folder.joinpath(wildcards.serie, fn2)

Expand Down

0 comments on commit c1cff91

Please sign in to comment.