Skip to content

Commit 4cfa72a

Browse files
committed
main snakefile updated
1 parent d8e8037 commit 4cfa72a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

workflow/Snakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ rule all:
5757
expand(join(WORKDIR,"bams","{sample}.unmutated.bam"), sample=SAMPLES),
5858
# tbam splits
5959
expand(join(WORKDIR,"bams","{sample}.mutated.toTranscriptome.bam"), sample=SAMPLES),
60-
expand(join(WORKDIR,"bams","{sample}.unmutated.toTranscriptome.bam"), sample=SAMPLES),
60+
expand(join(WORKDIR,"bams","{sample}.unmutated.toTranscriptome.bam"), sample=SAMPLES),
61+
# gather stats
62+
expand(join(WORKDIR,"qc","nfragments","{sample}.json"),sample=SAMPLES),
6163
# nfragments qc table
6264
# join(WORKDIR,"qc","nfragments","nfragments.tsv"),
6365
# # htseq counts per sample

0 commit comments

Comments
 (0)