This lesson is still being designed and assembled (Pre-Alpha version)

Converting your project to Nextflow

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • How can convert my project to Nextflow?

Objectives
  • Learn how to structure an analysis

  • Learn how to continue the analysis

  • Learn how to test your workflow

FIXME

Key Points

  • Use an organised folder structure.

  • Start by making process templates for code.

  • Refactor once the workflow logic is in place.

  • Make a test data set.