Select Git revision
executionHistory.bin
Forked from
COUETOUX Basile / FirefighterStarter
Source project has a limited visibility.
-
AREZKI Celia authoredAREZKI Celia authored
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