Skip to content
Snippets Groups Projects
Select Git revision
  • c9a08c92e7b22652b923003df78b953f55157e41
  • main default protected
2 results

README.md

Blame
  • Forked from LABOUREL Arnaud / M1 INFO FSI TP Template
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    makefile_ex 485 B
    # Cible principale : exécuter le script tp2.R après avoir obtenu les fichiers nécessaires
    .PHONY: run_tp2
    run_tp2: results/data/penncath.bim results/data/penncath.bed results/data/penncath.fam
    	Rscript sources/tp2.R  
    
    # Générer les fichiers penncath.bim, penncath.bed et penncath.fam en exécutant download_data.R
    results/data/penncath.bim results/data/penncath.bed results/data/penncath.fam:
    	Rscript sources/download_data.R  # Ceci aussi doit commencer par une tabulation