We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a0fbf commit 7169095Copy full SHA for 7169095
1 file changed
workflow/Snakefile
@@ -61,7 +61,7 @@ rule all:
61
# gather stats
62
expand(join(WORKDIR,"qc","nfragments","{sample}.json"),sample=SAMPLES),
63
# nfragments qc table
64
- # join(WORKDIR,"qc","nfragments","nfragments.tsv"),
+ join(WORKDIR,"qc","nfragments","nfragments.tsv"),
65
# # htseq counts per sample
66
# expand(join(WORKDIR,"htseq","{sample}.mutated.exon.counts"), sample=SAMPLES),
67
# expand(join(WORKDIR,"htseq","{sample}.unmutated.exon.counts"), sample=SAMPLES),
@@ -74,4 +74,4 @@ rule all:
74
expand(join(WORKDIR,"rsem","{sample}","{sample}.RSEM.genes.results"),sample=SAMPLES),
75
expand(join(WORKDIR,"rsem","{sample}","{sample}_mutated.RSEM.genes.results"), sample=SAMPLES),
76
expand(join(WORKDIR,"rsem","{sample}","{sample}_unmutated.RSEM.genes.results"), sample=SAMPLES)
77
-
+
0 commit comments