Skip to content

An introduction to developing and running Nextflow workflows at WEHI

Notifications You must be signed in to change notification settings

jossshrrr/wehi-nextflow-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEHI Nextflow Training

Setup

  1. Clone this repostiory to your home directory from vc7-shared
    cd ~
    git clone https://github.com/jemunro/wehi-nextflow-training.git
    
  2. Create a run directory on /vast/
    mkdir -p /vast/scratch/users/$USER/nf-training-run
    
  3. Change to the run directory
    cd /vast/scratch/users/$USER/nf-training-run
    
  4. Load the nextflow module
    module load nextflow/22.04.5
    
  5. Join the VSCode live share in your browser

A brief introduction to the Nextflow language

Core concepts for developing Nextflow workflows

An example pipeline calling SARS-Cov-2 variants using bwa, samtools, bcftools and then visualising with R

Additional Resources

About

An introduction to developing and running Nextflow workflows at WEHI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nextflow 79.7%
  • R 20.3%