nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Add example of dynamic directive with input file

Open bentsherman opened this issue 2 years ago • 2 comments

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.

bentsherman avatar Nov 27 '23 18:11 bentsherman

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Nov 27 '23 18:11 netlify[bot]

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.

drpatelh avatar Dec 05 '23 20:12 drpatelh