diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/doc/RELEASE.md b/doc/RELEASE.md new file mode 100644 index 0000000000000000000000000000000000000000..2ed553bfa1b7c0e3066d7bf53a8e0740718f18c8 --- /dev/null +++ b/doc/RELEASE.md @@ -0,0 +1,5 @@ +This project runs four R scripts automatically using apptainer. + +Installation is described in "doc/01install.md", and execution is described in "doc/02run.md". + +Version: 0.1.0 diff --git a/workflows/makefile_ex b/workflows/makefile_ex index bc8bd2140e3d8cbe92a6d6fe98f10b77569be978..725d64c245ab14d7b1970bc0f7c6150111b37f85 100644 --- a/workflows/makefile_ex +++ b/workflows/makefile_ex @@ -5,6 +5,14 @@ run_tp2: results/data/penncath.bim results/data/penncath.bed results/data/pennca # 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: +<<<<<<< HEAD Rscript sources/download_data.R +======= + Rscript sources/download_data.R # Ceci aussi doit commencer par une tabulation + + + + +>>>>>>> release/0.1.0