Skip to content

Commit

Permalink
fix wgbs output files
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 13, 2025
1 parent af61919 commit 0f675a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/workflows/WGBS/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run_deeptools(GCbias):
if skipBamQC:
GCbias = False
if GCbias:
return (expand("QC_metrics/GCbias.freq.txt", sample = samples, read = reads) + expand("QC_metrics/GCbias.png", sample = samples, read = reads))
return ["QC_metrics/GCbias.freq.txt","QC_metrics/GCbias.png"]
else:
return ([])

Expand Down

0 comments on commit 0f675a6

Please sign in to comment.