Skip to content

fishjord/make_swc_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis Pipeline with Make

Materials and resources for getting started using Make to build data analysis pipelines

  • make_swc_quickstart.pptx -- Introduction to make presentation
  • Makefile -- A commented example Makefile
  • sample_data.txt -- Sample data for our example pipeline

Beginner/Intermediate Multiple Choice Question

Which of the following is NOT a benefit of using make for an analysis pipeline? a. Parallelization of unrelated targets b. Explicit list of all analysis steps c. Ability to update analysis when files have changed d. Make manages software dependencies

What does a make file contain? (select all that apply) a. rules b. data c. recipes d. dependencies e. targets

About

SWC teaching session 5 final exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages