Open drernie opened 9 months ago
I am assuming this would be for the package the data is published to. If so, it would be great to have the additional following options:
Also, I am not sure if this addresses the issue, as I was parsing the input parameters to dynamically create the URI's for both the inputs and outputs to the nf workflow.
You are right, it makes much more sense to have those application-specific configuration parameters inside your NextFlow configuration, rather than inside the URI.
The way this solves your dynamic URI problem is that right now nf-quilt tries to use the package name (from the path) to find the original output URI from the parameters file. Which fails because your inputs and outputs are from the same package are not in the parameters file.
This way:
Yes, that is the bug I am facing.
Hopefully this is fixed by 0.8.11. Please let us know.
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: