2.2.1
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
- Address #491 - Selecting a Nextflow version and Environment variables by @KristinaGagalova in #627
Full Changelog: 2.2...2.2.1
New Contributors
- @KristinaGagalova made their first contribution in #627