Fix wrong filename for nextflow schema
On line 196 in the file app/api/endpoints/workflow_execution.py
await repo.download_file("nextflow_schema.json", client=client, file_handle=f)
await repo.download_file("nextflow.schema", client=client, file_handle=f)