From d67a44e49892c99244fc9d2a24eb58e174dfce8a Mon Sep 17 00:00:00 2001 From: OTT Oceane <o22025448@V-PJ-47-104.salsa.univ-amu.fr> Date: Wed, 6 Nov 2024 17:26:36 +0100 Subject: [PATCH] Script --- src/tp1.R | 3 --- src/tp2.R | 1 - 2 files changed, 4 deletions(-) diff --git a/src/tp1.R b/src/tp1.R index d3c8fa1..621f7e7 100644 --- a/src/tp1.R +++ b/src/tp1.R @@ -27,6 +27,3 @@ rm(geno) rdata_path = file.path(output_dir, "TP1_asbvg.RData") save.image(rdata_path) - - - diff --git a/src/tp2.R b/src/tp2.R index 1ab01b5..4ad60da 100644 --- a/src/tp2.R +++ b/src/tp2.R @@ -17,4 +17,3 @@ if (!require("SNPRelate", quietly=TRUE)) rdata_path = file.path(output_dir, "TP2_asbvg.RData") save.image(rdata_path) - -- GitLab