diff --git a/bifrost_chewbbaca/datadump.py b/bifrost_chewbbaca/datadump.py index 5a0d18c..6d0b82b 100755 --- a/bifrost_chewbbaca/datadump.py +++ b/bifrost_chewbbaca/datadump.py @@ -75,6 +75,7 @@ def datadump(samplecomponent_ref_json: Dict): "summary": {"call_percent": None, "multiple_alleles": None}, "report": { + "schema":{}, "loci": [], "alleles": {}, }, diff --git a/environment.yml b/environment.yml index 7adae47..24980bb 100755 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,7 @@ dependencies: - pip - pip: - jsonschema>4.18.0a1 + - pyopenssl>=24.3.0 - pytest - pytest-cov - pytest-profiling