I would like to be able to split up the
nextflow_schema.json
file into several files to make them easier to maintain, and to be able to share them across several pipelines. I can get it to work locally like this:
"allOf": [
{
"$ref": "file:shared_schema.json#reference_genome_options"
},
...
]
But this doesn't work when launching pipelines via Seqera Platform.