Skip to content

Commit 1c53e3b

Browse files
committed
Add saa=t to bbmap
1 parent be330ea commit 1c53e3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/BBMapWrapper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ public File doAlignment(File inputFastq1, @Nullable File inputFastq2, File outpu
256256
args.add("secondary=t");
257257
args.add("ssao=t");
258258

259+
// NOTE: this will increase BAM size. Consider whether really needed:
260+
args.add("saa=t");
261+
259262
// CONSIDER: mappedonly=f If true, treats 'out' like 'outm'
260263
// CONSIDER: outu=<file> Write only unmapped reads to this file. Does not include unmapped paired reads with a mapped mate.
261264
File outputSam = new File(outputDirectory, basename + ".bbmap.sam");

0 commit comments

Comments
 (0)