Skip to content

Commit

Permalink
fix incorrect argument in description
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Jan 31, 2024
1 parent af58534 commit 829fa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featurecounts/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ functionality:
- name: --frac_overlap
type: double
description: |
Minimum fraction of overlapping bases in a read that is required for read assignment. Value should be within range [0,1]. 0 by default. Number of overlapping bases is counted from both reads if paired end. Both this option and '--minOverlap' option need to be satisfied for read assignment.
Minimum fraction of overlapping bases in a read that is required for read assignment. Value should be within range [0,1]. 0 by default. Number of overlapping bases is counted from both reads if paired end. Both this option and '--min_overlap' option need to be satisfied for read assignment.
required: false
min: 0
max: 1
Expand Down

0 comments on commit 829fa49

Please sign in to comment.