This module allow to convert a SAM file into a BED file and keep splicing information. If a "TrackColor" column is defined in the design file, the BED entries will use the color defined for the related sample. In other cases, BED entries will be colored against the mapped strand.
<!-- Create BED with splicings step --> <step id="mysplice2bedstep" skip="false" discardoutput="false"> <module>splice2bed</module> <parameters> </parameters> </step>