Skip to content

Commit 0338e2c

Browse files
committed
BSJ files are in BSJ subfolder
1 parent 9162ec9 commit 0338e2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

workflow/Snakefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ rule all:
163163
expand(join(WORKDIR,"results","{sample}","customBSJs","{sample}.valid_STAR_BSJ.bed"),sample=SAMPLES),
164164
expand(join(WORKDIR,"results","{sample}","customBSJs","{sample}.novel_CIRI_BSJ.bed"),sample=SAMPLES),
165165
expand(join(WORKDIR,"results","{sample}","customBSJs","{sample}.BSJ.bed"),sample=SAMPLES),
166-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.bam"),sample=SAMPLES),
167-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.bw"),sample=SAMPLES),
168-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.plus.bam"),sample=SAMPLES),
169-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.plus.bw"),sample=SAMPLES),
170-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.minus.bam"),sample=SAMPLES),
171-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.minus.bw"),sample=SAMPLES),
172-
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.BSJ.hg38.bed"),sample=SAMPLES),
166+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.bam"),sample=SAMPLES),
167+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.bw"),sample=SAMPLES),
168+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.plus.bam"),sample=SAMPLES),
169+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.plus.bw"),sample=SAMPLES),
170+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.minus.bam"),sample=SAMPLES),
171+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.minus.bw"),sample=SAMPLES),
172+
expand(join(WORKDIR,"results","{sample}","STAR2p","BSJs","{sample}.BSJ.hg38.bed"),sample=SAMPLES),
173173
## Spliced reads bams and bigwigs
174174
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.spliced_reads.hg38.bam"),sample=SAMPLES),
175175
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}.spliced_reads.hg38.bw"),sample=SAMPLES),

0 commit comments

Comments
 (0)