Skip to content

Commit

Permalink
adding tab files to rule all
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Mar 18, 2021
1 parent 0a2fdf2 commit 584748b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circRNADetection.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ rule all:
## star2p
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}_p2.Chimeric.out.junction"),sample=SAMPLES),
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}_p2.Aligned.sortedByCoord.out.bam"),sample=SAMPLES),
expand(join(WORKDIR,"results","{sample}","STAR2p","{sample}_p2.ReadsPerGene.out.tab"),sample=SAMPLES),
## star gene counts matrix
join(WORKDIR,"results","stranded_STAR_GeneCounts.tsv"),
## picard MarkDuplicates metrics
Expand Down

0 comments on commit 584748b

Please sign in to comment.