Right now we:
- use the URI to pass in all the information
- scrape the Params file to match the original URI with the generated QuiltPath
This is already brittle, and breaks completely for dynamically-generated URIs.
We should have the option to manually specify all the relevant parameters, and use those when available.
This is how it was done for the original Seqera-built nf-quilt plugin:
quilt {
packageName = 'genomes/yeast'
registry = 's3://seqera-quilt'
message = 'My commit message'
meta = [pipeline: 'nf-core/rnaseq']
force = false
}
Right now we:
This is already brittle, and breaks completely for dynamically-generated URIs.
We should have the option to manually specify all the relevant parameters, and use those when available.
This is how it was done for the original Seqera-built nf-quilt plugin: