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