Skip to content

Commit 38452d8

Browse files
committed
fix featureCounts
1 parent 8d9efde commit 38452d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/app-featureCounts.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ezMethodFeatureCounts = function(input=NULL, output=NULL, param=NULL){
3333
strandSpecific=switch(param$strandMode, "both"=0, "sense"=1, "antisense"=2, stop("unsupported strand mode: ", param$strandMode)),
3434
minMQS=param$minMapQuality,
3535
readExtension5=0,readExtension3=0,read2pos=NULL,
36-
minReadOverlap=param$minFeatureOverlap,
36+
minOverlap=param$minFeatureOverlap,
3737
countSplitAlignmentsOnly=FALSE,
3838
countMultiMappingReads=param$keepMultiHits,
3939
countPrimaryAlignmentsOnly=param$countPrimaryAlignmentsOnly,

0 commit comments

Comments
 (0)