Sydney Informatics Hub training
  • Home
  • Setup
  • Lesson plan
  • Session 1
    • 1.0 Session 1 kick-off
    • 1.1 Introduction to Nextflow
    • 1.2 Introduction to nf-core
    • 1.3 Configuring nf-core workflows
    • 1.4 Commands for users
  • Session 2
    • 2.0 Session 2 kick-off
    • 2.1 Design a run command
    • 2.2 Use a parameters file
    • 2.3 Configure resources
    • 2.4 Configurations to customise outputs
  • Tips & Tricks

On this page

  • 1.0.1. Create a new work directory

Welcome to session 1

During Session 1 we will establish fundamental ideas and skills that are essential for using Nextflow and customizing the execution of nf-core workflows.

We will start by discussing the core features Nextflow and learning the fundamental commands and options for executing workflows. Next, we will then learn the core features of nf-core and its tooling. This knowledge will be applied as we learn the structure of an nf-core workflow and how customize its execution. Finally we will learn more about nf-core tooling for users and how it can help you execute your workflow using best practices.

The ideas and skills you learn during Session 1 will be applied during Session 2 when you explore the source code of the nf-core/rnaseq workflow and customise its execution.


1.0.1. Create a new work directory

It is good practice to organize projects into their own folders to make it easier to track and replicate experiments over time.

➤ Start by creating a new directory for all of today’s activities and move into it:

mkdir ~/session1 && cd $_
All materials copyright Sydney Informatics Hub, University of Sydney