Skip to content

Categories

nf-neuro pipelines are built using two key components:

  • Single, reusable Nextflow processes (e.g., brain extraction, filtering).
  • Found in /modules/nf-neuro/.
  • Focused on one specific task.
  • Chains of modules forming higher-level workflows.
  • Found in /subworkflows/.
  • Define how modules connect to achieve a broader goal (e.g., preprocessing pipeline).
  • 🔄 Reusability
  • 🧼 Clean, modular code
  • 🚀 Easier maintenance & scaling
  • 👇 Let’s explore full API details for modules and subworkflows.