@@ -163,13 +163,13 @@ rule all:
163
163
expand (join (WORKDIR ,"results" ,"{sample}" ,"customBSJs" ,"{sample}.valid_STAR_BSJ.bed" ),sample = SAMPLES ),
164
164
expand (join (WORKDIR ,"results" ,"{sample}" ,"customBSJs" ,"{sample}.novel_CIRI_BSJ.bed" ),sample = SAMPLES ),
165
165
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 ),
173
173
## Spliced reads bams and bigwigs
174
174
expand (join (WORKDIR ,"results" ,"{sample}" ,"STAR2p" ,"{sample}.spliced_reads.hg38.bam" ),sample = SAMPLES ),
175
175
expand (join (WORKDIR ,"results" ,"{sample}" ,"STAR2p" ,"{sample}.spliced_reads.hg38.bw" ),sample = SAMPLES ),
0 commit comments