From 9d8eded8198f0873b2f58d2ee49b244ec7a09581 Mon Sep 17 00:00:00 2001 From: vsoch Date: Fri, 3 Nov 2023 12:24:55 -0600 Subject: [PATCH] add johannes episode 91 Signed-off-by: vsoch --- _posts/2023-11-03-snakemake.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _posts/2023-11-03-snakemake.md diff --git a/_posts/2023-11-03-snakemake.md b/_posts/2023-11-03-snakemake.md new file mode 100644 index 0000000..fc80926 --- /dev/null +++ b/_posts/2023-11-03-snakemake.md @@ -0,0 +1,16 @@ +--- +layout: post +title: "Snakemake" +author: "@vsoch" +rse: "@johanneskoester" +excerpt: "Solving problems by building tools." +date: "2023-11-02 0:00:00" +external_media: https://rseng.github.io/devstories-episodes-2/2023/devstories-johannes-episode-91.mp3 +length: 25066352 +duration: "00:44:37" +explicit: "no" +--- + +In this 91st episode we talk with the benevolent dictator and creator of Snakemake Johannes Köster, who not only continues to be a leader in the bioinformatics community for software, +but also is Group leader in Computer Science and Bioinformatics at the University of Duisburg-Essen, Germany. In this episode we hear the founding story of Snakemake and how Johannes sees +his role changing, the Snakemake software changing, and exciting changes coming with Snakemake 8! 🐍️ How often do we refactor code as developers?