From 08f8b906061b6be1fefe6ad54dd849677c6cfcb5 Mon Sep 17 00:00:00 2001 From: SOLER Fiona <s23014817@V-PP-47-L-090.salsa.univ-amu.fr> Date: Wed, 6 Nov 2024 17:35:41 +0100 Subject: [PATCH] R scripts --- src/download_data.R | 2 -- src/tp1.R | 1 - src/tp2.R | 1 - src/tp3.R | 1 - src/tp4.R | 1 - 5 files changed, 6 deletions(-) diff --git a/src/download_data.R b/src/download_data.R index 61e5291..2f0d18b 100644 --- a/src/download_data.R +++ b/src/download_data.R @@ -50,5 +50,3 @@ if (actual_md5 == expected_md5) { stop("MD5 checksum does not match!") } - - diff --git a/src/tp1.R b/src/tp1.R index 44b14f3..dc96394 100644 --- a/src/tp1.R +++ b/src/tp1.R @@ -42,4 +42,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) - diff --git a/src/tp3.R b/src/tp3.R index 58cf65f..193cbc8 100644 --- a/src/tp3.R +++ b/src/tp3.R @@ -22,4 +22,3 @@ library(GenABEL) rdata_path = file.path(output_dir,"TP3_asbvg.RData") save.image(rdata_path) - diff --git a/src/tp4.R b/src/tp4.R index 8934080..b97e5ad 100644 --- a/src/tp4.R +++ b/src/tp4.R @@ -17,4 +17,3 @@ if(!require("GenABEL",quietly = T)) rdata_path = file.path(output_dir,"TP4_asbvg.RData") save.image(rdata_path) - -- GitLab