nextflow — Easy Playground
Data-driven computational pipeline framework
Getting started with nextflowRun locally
Install
curl -s https://get.nextflow.io | bashPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: nextflow)
nextflow is a third-party package. Data-driven computational pipeline framework. Install with: curl -s https://get.nextflow.io | bash
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?