nextflow
nextflow copied to clipboard
Add example of dynamic directive with input file
See https://github.com/nextflow-io/nextflow/pull/4493#discussion_r1397589519
I don't really like this particular example because it is probably an anti-pattern, i.e. many tools are designed to stream the input data so that they don't have to load entire datasets in memory. But I want to explicitly show that input files can also be used to configure directives.
Deploy Preview for nextflow-docs-staging ready!
| Name | Link |
|---|---|
| Latest commit | 74b2e3b3838f09bc67e390c6ed943acb6b57f62b |
| Latest deploy log | https://app.netlify.com/sites/nextflow-docs-staging/deploys/6564e25b8a09050007fc2885 |
| Deploy Preview | https://deploy-preview-4545--nextflow-docs-staging.netlify.app/process |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
There are some other real-world examples in this talk: https://youtu.be/oAdSpdUrJag?t=16928
Would be awesome to have something like this to tune resources.