From d2de53070cdb6c3c5d301d6940fc207847f40f68 Mon Sep 17 00:00:00 2001
From: Hanna  JULIENNE <hanna.julienne@pasteur.fr>
Date: Mon, 19 Jul 2021 09:51:28 +0000
Subject: [PATCH] Update save_output.py

---
 jass_preprocessing/save_output.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jass_preprocessing/save_output.py b/jass_preprocessing/save_output.py
index 1379859..de68178 100644
--- a/jass_preprocessing/save_output.py
+++ b/jass_preprocessing/save_output.py
@@ -13,7 +13,6 @@ def save_output_by_chromosome(mgwas, ImpG_output_Folder, my_study):
     print(mgwas_copy.index.unique())
     for chrom in mgwas_copy.index.unique():
         if type(mgwas_copy.loc[chrom]) is pd.core.frame.DataFrame:
-            print(mgwas_copy.loc[chrom])
             mgwas_chr = pd.DataFrame({
                             'rsID': mgwas_copy.loc[chrom].snp_id,
                             'pos': mgwas_copy.loc[chrom].pos,
-- 
GitLab