Skip to content

Commit 7169095

Browse files
committed
Snakefile updates
1 parent a8a0fbf commit 7169095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workflow/Snakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ rule all:
6161
# gather stats
6262
expand(join(WORKDIR,"qc","nfragments","{sample}.json"),sample=SAMPLES),
6363
# nfragments qc table
64-
# join(WORKDIR,"qc","nfragments","nfragments.tsv"),
64+
join(WORKDIR,"qc","nfragments","nfragments.tsv"),
6565
# # htseq counts per sample
6666
# expand(join(WORKDIR,"htseq","{sample}.mutated.exon.counts"), sample=SAMPLES),
6767
# expand(join(WORKDIR,"htseq","{sample}.unmutated.exon.counts"), sample=SAMPLES),
@@ -74,4 +74,4 @@ rule all:
7474
expand(join(WORKDIR,"rsem","{sample}","{sample}.RSEM.genes.results"),sample=SAMPLES),
7575
expand(join(WORKDIR,"rsem","{sample}","{sample}_mutated.RSEM.genes.results"), sample=SAMPLES),
7676
expand(join(WORKDIR,"rsem","{sample}","{sample}_unmutated.RSEM.genes.results"), sample=SAMPLES)
77-
77+

0 commit comments

Comments
 (0)