-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manual configuration #185
Comments
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:
The text was updated successfully, but these errors were encountered: