Skip to content

Commit 62af8fb

Browse files
author
timbitz
committed
changed default percent of read to match back to 70
1 parent bbc305c commit 62af8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/whippet-quant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function parse_cmd()
6767
"--score-min", "-S"
6868
help = "Minimum percent matching (matches - mismatches) / read_length"
6969
arg_type = Float64
70-
default = 0.6
70+
default = 0.7
7171
"--psi-body-read"
7272
help = "Allow exon-body reads in quantification of PSI values"
7373
action = :store_true

0 commit comments

Comments
 (0)