Before You Start: What You Should Know
If you’re new to any of the core technologies used in Flow-IQ, here are some helpful resources:
- Nextflow: Nextflow A workflow system for creating scalable, portable, and reproducible workflows. Consider taking the Nextflow training tutorial to get up to speed.
- nf-core: A community effort to collect a curated set of analysis pipelines built with Nextflow. Also see "What is nf-core?".
- Linters: Tools that check code for errors or non-compliance with standards. Also see this Wikipedia article on linting.
- Containers: Bundles your app and its dependencies so it runs the same everywhere. Also see the Docker Container Guide.