A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/marbl/canu/commit/e0ed3bb4e61863250de78ad95ae51a176491b7d5 below:

Fix default coverage subsampling for HiFi (e.g. #2241) · marbl/canu@e0ed3bb · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-3

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+2

-3

lines changed Original file line number Diff line number Diff line change

@@ -614,6 +614,7 @@

614 614

setGlobalIfUndef("oeaHaploConfirm", 5);

615 615

setGlobalIfUndef("utgErrorRate", 0.120);

616 616

setGlobalIfUndef("cnsErrorRate", 0.200);

617 +

setGlobalIfUndef("maxInputCoverage", 200);

617 618

}

618 619 619 620

if (($numPacBio > 0) &&

@@ -628,6 +629,7 @@

628 629

setGlobalIfUndef("oeaHaploConfirm", 5);

629 630

setGlobalIfUndef("utgErrorRate", 0.045);

630 631

setGlobalIfUndef("cnsErrorRate", 0.075);

632 +

setGlobalIfUndef("maxInputCoverage", 200);

631 633

}

632 634 633 635

if (($numPacBio == 0) &&

Original file line number Diff line number Diff line change

@@ -1554,9 +1554,6 @@ sub checkParameters () {

1554 1554

addCommandLineError("ERROR: Invalid 'cnsConsensus' specified (" . getGlobal("cnsConsensus") . "); must be 'quick', 'pbdagcon', or 'utgcns'\n");

1555 1555

}

1556 1556 1557 -

if (!defined(getGlobal("maxInputCoverage"))) {

1558 -

setGlobal("maxInputCoverage", 200);

1559 -

}

1560 1557

if (getGlobal("maxInputCoverage") eq "all") {

1561 1558

setGlobal("maxInputCoverage", 0);

1562 1559

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4