On Feb 23, 7:14 am, "Song, Qiang" <
qiang.s...@usc.edu> wrote:
> Hi Andreas,
>
> The "-j" option is hidden because my experience suggests removing duplicate
> reads by default works better.
>
> However if you really would like to see the effect of removing vs. not
> removing,
> The "-j" option can be made available by modifying the source code of
> rseg.cpp
> and rseg-diff.cpp
>
> For example, open rseg.cpp, find and uncomment the following lines:
>
> // opt_parse.add_opt("remove-jackpot", 'j', "Remove duplicate
> reads",
> // false, Remove_Jackpot);
>
> re-compile rseg.
>
> You will then able to change the "-j" option.
>
> Regards,
> Song Qiang
>
> On Wed, Feb 22, 2012 at 3:01 AM, Andreas Gschwind