Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 623 Bytes

index.md

File metadata and controls

20 lines (16 loc) · 623 Bytes
layout permalink
lesson
/

Reproducible research

In this lesson we will discuss different methods and tools for better reproducibility in research software and data. We will demonstrate how version control, workflows, containers, and package managers can be used to record reproducible environments and computational steps.

Prerequisites

  1. You need to install Git, Python, and Snakemake.

  2. Docker and make are optional. {: .prereq}