We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710082b commit 82192c4Copy full SHA for 82192c4
1 file changed
workflow/rules/rsem.smk
@@ -37,6 +37,7 @@ rm -f ${{bn}}.tmp
37
rule get_strand_info:
38
input:
39
starbam=rules.star.output.starbam, # used only for strandinfo
40
+ bed12=rules.create_bed12.output.bed12,
41
output:
42
strandinfo=join(WORKDIR,"rsem","{sample}","{sample}.strandinfo"),
43
envmodules: TOOLS['rseqc']['version'],
0 commit comments