Hi Anand,
the default setting are generally good for detecting novel junctions, but 2-pass scheme will give a bit more sensitivity.
With 100 samples, the best approach is to collect the junctions from all sample after the 1st mapping, and use them in the 2nd pass.
The latter can be done by re-generating the genome before the 2nd pass, or by inserting these junctions on the fly while doing the 2nd mapping.
Most recent discussion about 2-pass strategies is here:
Some other parameters to think about are attached below.
Cheers
Alex
--outFilterMultimapNmax 20
max number of multiple alignments allowed for a read: if exceeded, the read is considered
unmapped
--alignSJoverhangMin 8
minimum overhang for unannotated junctions
--alignSJDBoverhangMin 1
minimum overhang for annotated junctions
--outFilterMismatchNmax 999
maximum number of mismatches per pair, large number switches o this lter
max number of mismatches per pair relative to read length: for 2x100b, max number of mis-
matches is 0.06*200=8 for the paired read
--alignIntronMin 20
minimum intron length
--alignIntronMax 1000000
maximum intron length
--alignMatesGapMax 1000000
maximum genomic distance between mates