+3
-0
lines changedFilter options
+3
-0
lines changed Original file line number Diff line number Diff line change
@@ -138,6 +138,8 @@ sub buildCorrectionLayoutsConfigure ($) {
138
138
fetchOvlStore($asm, $base);
139
139
140
140
print STDERR "-- Computing correction layouts.\n";
141
+
print STDERR "-- Local filter coverage ", getCorCov($asm, "Local"), "\n";
142
+
print STDERR "-- Global filter coverage ", getCorCov($asm, "Global"), "\n";
141
143
142
144
$cmd = "$bin/generateCorrectionLayouts \\\n";
143
145
$cmd .= " -S ../$asm.seqStore \\\n";
@@ -146,6 +148,7 @@ sub buildCorrectionLayoutsConfigure ($) {
146
148
$cmd .= " -eL " . getGlobal("corMinEvidenceLength") . " \\\n" if (defined(getGlobal("corMinEvidenceLength")));
147
149
$cmd .= " -eE " . getGlobal("corMaxEvidenceErate") . " \\\n" if (defined(getGlobal("corMaxEvidenceErate")));
148
150
$cmd .= " -eC " . getCorCov($asm, "Local") . " \\\n";
151
+
$cmd .= " -xC " . getCorCov($asm, "Global") . " \\\n";
149
152
$cmd .= "> ./$asm.corStore.err 2>&1";
150
153
151
154
if (runCommand($base, $cmd)) {
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