Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Dec 23, 2024
1 parent 5d9cd55 commit 63489b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ rule deeptools_gene_all:
input:
[ join(bw_dir, name + ".Q5DD.RPGC.bw") for name in samples ]
output:
TSSline=join(deeptools_dir,"TSS_profile.Q5DD.pdf"),
TSSmat=temp(join(deeptools_dir,"TSS.Q5DD.mat.gz")),
bed=temp(join(deeptools_dir,"geneinfo.Q5DD.bed")),
mqc=join(deeptools_dir,"TSS_profile.Q5DD.tab")
TSSline = join(deeptools_dir, "TSS_profile.Q5DD.pdf"),
TSSmat = temp(join(deeptools_dir, "TSS.Q5DD.mat.gz")),
bed = temp(join(deeptools_dir, "geneinfo.Q5DD.bed")),
mqc = join(deeptools_dir, "TSS_profile.Q5DD.tab")
params:
rname = "deeptools_gene_all",
parent_dir = deeptools_dir,
Expand Down Expand Up @@ -434,4 +434,4 @@ rule jaccard:
-i "{input}" \\
-o "{params.outroot}" \\
-g {params.genome}
"""
"""

0 comments on commit 63489b2

Please sign in to comment.