How to Create Your Bioinformatics Pipeline with Nextflow
Now that you know how to run bioinformatics software in Docker containers, it’s time to connect them up. If you’ve missed the last post the link is here: Getting started with Docker for bioinformatics. Content Overview What is a pipeline? Nextflow vs Snakemake Using Nextflow and Docker containers to create your pipeline Summary What is a pipeline anyway? The term ‘pipeline’ is thrown around a lot in bioinformatics. In simple terms, it refers to the programs that have to be run in a certain order to complete the analysis. Some of these programs take the outputs of earlier programs and process them in order to achieve a specific objective. ...