Skip to content

ycrc/pipelines-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipelining Tools: Using Bash, Snakemake and Nextflow to Craft Reproducible HPC Workflows

A workshop introducing HPC users to workflow automation tools. We build the same example pipeline in Bash, Snakemake, and Nextflow, then run an nf-core pipeline on real bioinformatics data.

Slides: Slides are written in Markdown using the Marp framework, which allows for easy formatting and conversion to HTML or PDF.
Source: slides.md
PDF: slides.pdf

Examples

examples/
├── data/
├── bash/
│   ├── 01_analyze_play.sh
│   ├── 02_compare_plays.sh
│   ├── 03_combine_results.sh
│   ├── 00_run_all.sh
│   ├── run_pipeline.sh
│   └── run_pipeline_solution.sh
├── snakemake/
│   └── Snakefile
└── nextflow/
    ├── shakespeare/
    │   └── main.nf
    └── nf-core/
        ├── run_rnaseq_slurm.sh
        └── nextflow.config

About

Examples and code to accompany YCRC Pipelining Tools workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors