Skip to content

Commit

Permalink
sample to replicate
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jan 12, 2023
1 parent a827d92 commit 92f94e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ rule multiqc:
expand(join(QCDIR,"tss","{replicate}.tss.txt"),replicate=REPLICATES),
expand(join(RESULTSDIR,"peaks","macs2","{sample}.consensus.macs2.peakfiles"),sample=SAMPLES),
expand(join(RESULTSDIR,"peaks","genrich","{sample}.consensus.genrich.peakfiles"),sample=SAMPLES),
expand(join(QCDIR,"FQscreen","{replicate}.R1.noBL_screen.txt"),sample=REPLICATES),
expand(join(QCDIR,"FQscreen","{replicate}.R2.noBL_screen.txt"),sample=REPLICATES),
expand(join(QCDIR,"FQscreen","{replicate}.R1.noBL_screen.txt"),replicate=REPLICATES),
expand(join(QCDIR,"FQscreen","{replicate}.R2.noBL_screen.txt"),replicate=REPLICATES),
output:
join(RESULTSDIR,"QC","multiqc_report.html"),
join(RESULTSDIR,"QC","QCStats.tsv")
Expand Down

0 comments on commit 92f94e1

Please sign in to comment.