We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111a641 commit b2a538aCopy full SHA for b2a538a
relecov_tools/read_lab_metadata.py
@@ -152,10 +152,8 @@ def __init__(
152
self.required_post_processing = (
153
self.project_config.get("required_post_processing", {}) or {}
154
)
155
- self.force_submitting_institution_id_from_lab_code = bool(
156
- self.project_config.get(
157
- "force_submitting_institution_id_from_lab_code", True
158
- )
+ self.force_submitting_institution_id_from_lab_code = self.project_config.get(
+ "force_submitting_institution_id_from_lab_code", True
159
160
self.json_req_files = self.project_config.get("lab_metadata_req_json", {}) or {}
161
self.schema_name = self.relecov_sch_json["title"]
0 commit comments