We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e8037 commit 4cfa72aCopy full SHA for 4cfa72a
1 file changed
workflow/Snakefile
@@ -57,7 +57,9 @@ rule all:
57
expand(join(WORKDIR,"bams","{sample}.unmutated.bam"), sample=SAMPLES),
58
# tbam splits
59
expand(join(WORKDIR,"bams","{sample}.mutated.toTranscriptome.bam"), sample=SAMPLES),
60
- expand(join(WORKDIR,"bams","{sample}.unmutated.toTranscriptome.bam"), sample=SAMPLES),
+ expand(join(WORKDIR,"bams","{sample}.unmutated.toTranscriptome.bam"), sample=SAMPLES),
61
+ # gather stats
62
+ expand(join(WORKDIR,"qc","nfragments","{sample}.json"),sample=SAMPLES),
63
# nfragments qc table
64
# join(WORKDIR,"qc","nfragments","nfragments.tsv"),
65
# # htseq counts per sample
0 commit comments