Skip to content

Commit a70236e

Browse files
committed
lets worry about nfragments.tsv later
1 parent 82192c4 commit a70236e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rule all:
5959
expand(join(WORKDIR,"bams","{sample}.mutated.toTranscriptome.bam"), sample=SAMPLES),
6060
expand(join(WORKDIR,"bams","{sample}.unmutated.toTranscriptome.bam"), sample=SAMPLES),
6161
# nfragments qc table
62-
join(WORKDIR,"qc","nfragments","nfragments.tsv"),
62+
# join(WORKDIR,"qc","nfragments","nfragments.tsv"),
6363
# # htseq counts per sample
6464
# expand(join(WORKDIR,"htseq","{sample}.mutated.exon.counts"), sample=SAMPLES),
6565
# expand(join(WORKDIR,"htseq","{sample}.unmutated.exon.counts"), sample=SAMPLES),

0 commit comments

Comments
 (0)