From 781aae2cdd035d8f205791d9edd09c55e47f9533 Mon Sep 17 00:00:00 2001
From: Monica J Emerson <monj@dtu.dk>
Date: Fri, 1 Oct 2021 16:44:59 +0200
Subject: [PATCH] scripts changed for testing on another disease

---
 code/lung_feature_patch_allPatients_singleProtein.py | 2 +-
 code/lung_feature_patch_allPatients_twoProtein.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/lung_feature_patch_allPatients_singleProtein.py b/code/lung_feature_patch_allPatients_singleProtein.py
index a43234d..9e6a168 100755
--- a/code/lung_feature_patch_allPatients_singleProtein.py
+++ b/code/lung_feature_patch_allPatients_singleProtein.py
@@ -54,7 +54,7 @@ nr_runs = 10
     
 #%% Define and create directories
 
-disease = 'emphysema' #diseased (mix, 2 of each condition)' #''emphysema' 'sarcoidosis' 'ild' 'covid'
+disease = 'covid' #diseased (mix, 2 of each condition)' #''emphysema' 'sarcoidosis' 'ild' 'covid'
 control = 'control'
 conditions = [disease, control]
     
diff --git a/code/lung_feature_patch_allPatients_twoProtein.py b/code/lung_feature_patch_allPatients_twoProtein.py
index debe53f..d8e7c21 100755
--- a/code/lung_feature_patch_allPatients_twoProtein.py
+++ b/code/lung_feature_patch_allPatients_twoProtein.py
@@ -59,7 +59,7 @@ colour_mode = 'cmy'
  
 #%% Define and create directories
 
-disease = 'emphysema' #diseased (mix, 2 of each condition)' #''emphysema' 'sarcoidosis' 'ild' 'covid'
+disease = 'uip' #diseased (mix, 2 of each condition)' #''emphysema' 'sarcoidosis' 'ild' 'covid'
 control = 'control'
 conditions = [disease, control]
     
-- 
GitLab