Learning nextflow: blasting multiple sequences

TIL
nextflow
Author

Thomas Sandmann

Published

November 15, 2022

Nextflow is both a reactive workflow framework and a domain-specific language (DSL). It is gaining lots of tracking in bioinformatics thanks in large part to the nf-core open source community that develops and publishes reusable workflows for many use cases.

To start learning nextflow, I worked through Andrew Severin’s excellent Creating a NextFlow workflow tutorial. (The tutorial follows the older DSL1 specification of nextflow, but only a few small modifications were needed to run it under DSL2.)

The DSL2 code I wrote is here and these are notes I took while working through the tutorial:

Additional resources

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.