Skip to content

Commit 39cc937

Browse files
committed
Correct bbmap to use saa=f
1 parent 3ed0928 commit 39cc937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public File doAlignment(File inputFastq1, @Nullable File inputFastq2, File outpu
239239
args.add("ssao=t");
240240

241241
// NOTE: this will increase BAM size. Consider whether really needed:
242-
args.add("saa=t");
242+
args.add("saa=f");
243243

244244
File outputSam = new File(outputDirectory, basename + ".bbmap.sam");
245245
if (outputSam.exists())

0 commit comments

Comments
 (0)