We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115a2c6 commit ec99455Copy full SHA for ec99455
R/app-gatkRnaHaplotyper.R
@@ -47,7 +47,7 @@ ezMethodGatkRnaHaplotyper = function(input=NA, output=NA, param=NA){
47
"-I", "withRg.bam",
48
"-L", exomeInterVals,
49
## this is the default! "-rf ReassignOneMappingQuality -RMQF 255 -RMQT 60 -U ALLOW_N_CIGAR_READS",
50
- "-o splitNtrim.bam")
+ "-O splitNtrim.bam")
51
ezSystem(cmd)
52
53
#BaseRecalibration is done only if known sites are available
0 commit comments