Using GitHub actions to run Snakemake pipelines (CC260)

October 27, 2022 • PD Schloss • 1 min read

Pat shows how we can run a snakemake workflow with conda/mamba environments with GitHub actions to rerun a data analysis pipeline and then commit the changes to our repository so that an updated webpage is generated each day. This episode ties together many principles in reproducibility including conda and mamba environmens, scripting, R, snakemake, version control, and automation. The overall goal of this project is to highlight reproducible research practices using a number of tools. The specific output from this project will be a map-based visual that shows the level of drought across the globe. The website we generate in this episode can be found at https://www.riffomonas.org/drought_index.

Code

You can browse the state of the repository at the