You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the generic input schema in examples from hello_looper, I get validation issues:
File "/home/drc/GITHUB/looper/master/looper/venv/lib/python3.10/site-packages/eido/validation.py", line 56, in _validate_object
raise EidoValidationError("Validation failed", errors_by_type)
eido.exceptions.EidoValidationError: EidoValidationError (Validation failed): {"'pipeline_name' is a required property": [{'type': "'pipeline_name' is a required property", 'message': "'pipeline_name' is a required property on instance project", 'sample_name': 'project'}], "'pipeline_type' is a required property": [{'type': "'pipeline_type' is a required property", 'message': "'pipeline_type' is a required property on instance project", 'sample_name': 'project'}], "'command_template' is a required property": [{'type': "'command_template' is a required property", 'message': "'command_template' is a required property on instance project", 'sample_name': 'project'}]}
Piface is simply pointing to the generic one provided by looper:
Using the generic input schema in examples from hello_looper, I get validation issues:
Piface is simply pointing to the generic one provided by looper:
Probably related to:
pepkit/eido#64
databio/bbconf#20
The text was updated successfully, but these errors were encountered: