Skip to content

2.2.1

Compare
Choose a tag to compare
@vdauwera vdauwera released this 20 Jul 00:21
· 4 commits to master since this release
786d395

What's Changed

We have a new short course out!

New training material: Nextflow Run

This is an abridged version of Hello Nextflow that is focused on learning to run rather than develop pipelines. So it's mostly the same core material, but pared down, streamlined and in some places, reordered to fit the purpose. It's meant to take a half-day to teach in-person. We'll be testing that hypothesis at ISMB!

  • Part 1: Run basic operations (Hello World level)
  • Part 2: Run pipelines (channels for multiple inputs, multi-step example, modules, containers)
  • Part 3: Configuration

Authored by @vdauwera with assistance from @kenibrewer and @mribeirodantas

Other changes

Full Changelog: 2.2...2.2.1

New Contributors