Skip to content

Latest commit

 

History

History
82 lines (70 loc) · 3.08 KB

index.md

File metadata and controls

82 lines (70 loc) · 3.08 KB
title author
Containers and Workflows in Bioinformatics
CSC Training

Course material for Containers and Workflows in Bioinformatics

{% assign items = site.hands-on | sort: "title" %}

1. Introduction to CSC HPC environment and containers

1.3 Tutorials and exercises

{% for hands-on in items %} {% if hands-on.topic == 'containers' %}

  1. [{{ hands-on.title }}]({{ hands-on.url | relative_url }}) {% endif %} {% endfor %}

2. Using Pre-existing Images for Bioapplications

2.3 Tutorials and exercises

{% for hands-on in items %} {% if hands-on.topic == 'bioapplications' %}

  1. [{{ hands-on.title }}]({{ hands-on.url | relative_url }}) {% endif %} {% endfor %}

3. Running Singularity on HPC Environment

3.3 Tutorials and exercises

{% for hands-on in items %} {% if hands-on.topic == 'singularity' %}

  1. [{{ hands-on.title }}]({{ hands-on.url | relative_url }}) {% endif %} {% endfor %}

4. Nextflow on HPC

4.3 Tutorials and exercises

{% for hands-on in items %} {% if hands-on.topic == 'nextflow' %} [{{ hands-on.title }}]({{ hands-on.url | relative_url }}) {% endif %} {% endfor %}

5. Snakemake on HPC

5.1 Tutorials and exercises

{% for hands-on in items %} {% if hands-on.topic == 'snakemake' %} [{{ hands-on.title }}]({{ hands-on.url | relative_url }}) {% endif %} {% endfor %}

Information

This project has received funding from the European High-Performance Computing Joint Undertaking (JU) under grant agreement No 951732.

All material (C) 2020-2021 by CSC -IT Center for Science Ltd.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0
Unported License, http://creativecommons.org/licenses/by-sa/4.0/