Skip to content
Snippets Groups Projects
Commit e7e28b98 authored by SOLER Fiona's avatar SOLER Fiona
Browse files

makefile

parent 63256339
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment