We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3a68f commit abfcad3Copy full SHA for abfcad3
strkit/mi/result.py
@@ -104,6 +104,8 @@ def __init__(
104
self._decimal_threshold: float = 0.5
105
self._widen: float = widen
106
107
+ self._logger = logger or get_main_logger()
108
+
109
# --- begin de novo mutation-related fields/initialization ---
110
self._p_value = None
111
self._adj_p_value = None
@@ -113,8 +115,6 @@ def __init__(
113
115
self._p_value, self._most_likely_config, self._mutation_from = de_novo_res
114
116
# --- end de novo mutation-related fields/initialization ---
117
- self._logger = logger or get_main_logger()
-
118
@property
119
def contig(self) -> str:
120
return self._contig
0 commit comments