Closed lcolladotor closed 7 years ago
Using -d ""
leads to:
Unknown value of option :'strand_rule'
If you run the tests, you'll note that stranded single-end data fails. Since that type of data is not supported by the pipeline yet, it should be fine. Anyhow, just something to take note of @emilyburke
http://rseqc.sourceforge.net/#bam2wig-py specifies that
-d STRAND_RULE
has by default the value "none". Turns out that using "none" leads to log files like this one:I'm checking what's the correct way to specify that the data is unstranded. It might be
-d ""
or simply without using-d
.