Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
This course is for learners who have already taken previous courses in our Reproducible Research Workflows Specialization. It provides hands-on activities to allow students to test out the skills that they learned in the Specialization including the ITCR Training Network’s Reproducibility in Cancer Informatics, Advanced Reproducibility in Cancer Informatics, Containers for Scientists, and GitHub Automation for Scientists courses. This capstone course builds on these foundational concepts.
Students of this specialization learn about version control, containerization, and automation to help make their research more transparent and reproducible.
The activities in the capstone will cover:
- Making and storing secrets on GitHub (using sensitive API keys, tokens, passwords in code securely)
- Creating GitHub Actions (automating tasks including running and testing code such as for continuous integration and deployment)
- Building Docker images (creating and sharing computing environments to run code)
These activities will help students to create a computing environment that can be shared with others and used to test out code in your repositories on GitHub.
Unique features of this course:
- Provides hands-on exercises with evaluation to prove that learners were successful
- Practical everyday tips
- Troubleshooting tips
- Links out to our other courses for more information
The content will help learners to more reproducibly work with data for scientific research.
Key Words
Reproducibility, Containers, Version Control, GitHub Actions, Continuous Integration, Docker
Intended Audience
- The course is intended for researchers and research staff who might be interested in learning about best practices and skills for reproducible science.
- Students should be comfortable with basic GitHub operations, including creating repositories, making commits, and opening pull requests before beginning this capstone.
- The expectation is that learners will have taken the other prior suggested courses first (see above).
Learning Objectives
- Apply best practices for reproducibility
- Create and implement an original Docker image
- Create and store a GitHub secret
- Create and test an original GitHub Action
Accessibility
We are committed to making our content accessible and available to all. We welcome any feedback you might have at https://forms.gle/SzuZjct4ZQyt3Cos7. Questions related to accessibility accommodations should be directed to https://studentserviceportal.force.com/s/.
Syllabus
- Introduction
- In this module, students learn how to use this course, and set up their repository on GitHub to prepare them for the rest of the assignment activities. This involves making a copy of a template repository, cloning the repository to learners' local computers, and setting up a branch to make a pull request.
- Building a Docker image
- In this module, learners will follow the steps required to plan for, implement, and test a Docker image.
- Making and Storing a GitHub Secret
- In this module, you will learn about the motivation for GitHub secrets and why it is necessary to store them in a secure way within repositories. You will also learn how to create a secret, configure it for your use, and store it in your repository.
- Building a GitHub Action
- In this module, learners will follow the steps required to plan for, implement, and test a GitHub Action.
Taught by
Candace Savonen, MS, Carrie Wright, PhD, and Kate Isaac