We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5656866 commit c795aaeCopy full SHA for c795aae
1 file changed
workflow/rules/rsem.smk
@@ -59,7 +59,7 @@ rule get_rsem_counts:
59
set -exuf -o pipefail
60
cd {params.rsemdir}
61
# inter strandedness
62
-samtools index -@{threads} {input.starbam}
+# samtools index -@{threads} {input.starbam}
63
infer_experiment.py -r {input.bed12} -i {input.starbam} -s 1000000 > {output.strandinfo}
64
# Get strandedness to calculate Forward Probability
65
fp=$(tail -n1 {output.strandinfo} | awk '{{if($NF > 0.75) print "0.0"; else if ($NF<0.25) print "1.0"; else print "0.5";}}')
0 commit comments