Skip to content

Commit ec99455

Browse files
committed
change output
1 parent 115a2c6 commit ec99455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/app-gatkRnaHaplotyper.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ezMethodGatkRnaHaplotyper = function(input=NA, output=NA, param=NA){
4747
"-I", "withRg.bam",
4848
"-L", exomeInterVals,
4949
## this is the default! "-rf ReassignOneMappingQuality -RMQF 255 -RMQT 60 -U ALLOW_N_CIGAR_READS",
50-
"-o splitNtrim.bam")
50+
"-O splitNtrim.bam")
5151
ezSystem(cmd)
5252

5353
#BaseRecalibration is done only if known sites are available

0 commit comments

Comments
 (0)