Skip to content

Commit

Permalink
fix featureCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
hrehrauer committed Oct 29, 2015
1 parent 8d9efde commit 38452d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app-featureCounts.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ezMethodFeatureCounts = function(input=NULL, output=NULL, param=NULL){
strandSpecific=switch(param$strandMode, "both"=0, "sense"=1, "antisense"=2, stop("unsupported strand mode: ", param$strandMode)),
minMQS=param$minMapQuality,
readExtension5=0,readExtension3=0,read2pos=NULL,
minReadOverlap=param$minFeatureOverlap,
minOverlap=param$minFeatureOverlap,
countSplitAlignmentsOnly=FALSE,
countMultiMappingReads=param$keepMultiHits,
countPrimaryAlignmentsOnly=param$countPrimaryAlignmentsOnly,
Expand Down

0 comments on commit 38452d8

Please sign in to comment.