Skip to content

Commit

Permalink
Update hifi parameters to 0% error
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Jul 24, 2019
1 parent cd10b3b commit eff2db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pipelines/canu.pl
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@

if ($type eq"hifi") {
setGlobalIfUndef("corOvlErrorRate", 0.0);
setGlobalIfUndef("obtOvlErrorRate", 0.01);
setGlobalIfUndef("utgOvlErrorRate", 0.01);
setGlobalIfUndef("obtOvlErrorRate", 0.0);
setGlobalIfUndef("utgOvlErrorRate", 0.0);
setGlobalIfUndef("corErrorRate", 0.0);
setGlobalIfUndef("obtErrorRate", 0.01);
setGlobalIfUndef("obtErrorRate", 0.0);
setGlobalIfUndef("utgErrorRate", 0.0);
setGlobalIfUndef("cnsErrorRate", 0.1);
}
Expand Down

0 comments on commit eff2db3

Please sign in to comment.