Skip to content

2.8.0 Complete Hello nf-core v1 course

Choose a tag to compare

@vdauwera vdauwera released this 24 Nov 14:13
· 90 commits to master since this release
3289dc1

What's Changed

New and improved material

We're thrilled to release the completed version of the Hello nf-core course, which improves existing material and adds three new sections covering using an nf-core module(Part 3), making your own nf-core module (Part 4), and validating inputs and parameters (Part 5). This was a big effort by @pinin4fjords, assisted by @vdauwera, @FriederikeHanssen and @mribeirodantas in #672, #691 and #704.

We're also rolling out the first wave of some syntax updates to align with latest Nextflow guidance. This one is fairly trivial and consists of lowercasing Channel to channel everywhere. This was done by @robsyme and @mribeirodantas n #688, #686 and #702. If you see any remaining instances of Channel, please let us know by raising an issue or opening a pull request. FYI, the next wave of syntax updates will introduce workflow-level outputs, which will require more substantial changes.

Other changes

Full Changelog: 2.7.0...2.8.0

New Contributors