Skip to content

2.1.1

Compare
Choose a tag to compare
@vdauwera vdauwera released this 28 Feb 04:51
· 189 commits to master since this release
e6d3f13

What's Changed

We're delighted to have two new training mini-courses make their debut in this release:

  • Nextflow for RNAseq (aka NF4 RNAseq) by @vdauwera
    Located under nf4_science/rnaseq, this is a brand new domain-specific mini-course that aims to demonstrate how to apply the learnings from Hello Nextflow to an RNAseq processing use case.
  • Side Quest: nf-test by @pinin4fjords and @adamrtalbot
    Located under side_quests, this is our very first Side Quest, a deep dive into using nf-test, repurposed and much improved from the Hello nf-test that was originally included in Hello Nextflow v1 (written by @vdauwera and @sateeshperi).

In addition to these brand new materials, this release provides a slew of improvements and fixes to minor errors in Hello Nextflow v2 contributed by @mribeirodantas, @kenibrewer, @ewels, @maxulysse, @axbazin, and @Desk3505, as well as improvements to the devcontainer setup by @pinin4fjords.

Full Changelog: 2.1...2.1.1

New Contributors