Closed biga94 closed 11 months ago
I was able to solve by my own the problem. In my case, it was caused by some repeated rows under "chr", "start" and "end" columns in the SJ.out.tab files that altered the full join applied to the function. Both rows differ under the "strand" column, however I've decided to remove them. So, before proceed, remember to check unique rows especially when you deal with multiple junction files.
Best,
DB
Hey there, I'm trying to load my SJ.out.tab files produced using DRAGEN RNA Pipeline. The file produced by this pipeline is pre-filtered, using these rules declared on Illumina support:
However, as I try to load my files, here comes the error:
Error in .junction_merge(junctions_all, junctions) : No strands should be left as NA after processing
Do you know how to deal with it?
Best,
DB