Skip to content

dlaehnemann/TutMinicondaSnakemake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quick hands-on tutorial into software package management with Miniconda and workflow management with Snakemake, with ioslides produced from Rmarkdown

Looking at the slides

To just look at the slides, just clone this repository...

git clone https://github.com/dlaehnemann/TutMinicondaSnakemake

...and open TutMinicondaSnakemake.html from the respective directory in any (contemporary) web browser.

Changing the slides

1. Edit the Rmarkdown file TutMinicondaSnakemake.Rmd

Links for how to do this:

2. Recompile TutMinicondaSnakemake.html using R:

install.packages("rmarkdown")
install.packages("knitr")
library("rmarkdown")
library("knitr")
render("TutMinicondaSnakemake.Rmd")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages