From 175929de20408ed50fd798ca2f6b4ca7d3738fd4 Mon Sep 17 00:00:00 2001
From: fejung <felix-jung3@web.de>
Date: Wed, 5 Apr 2023 13:43:22 +0200
Subject: [PATCH] Update

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef0957f..f14bcf7 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ You can specify the growth temperature and protein environment the following way
 ```
 python predict_cpu filepath -g growthtemp<int> -m measurementcondition <str>
 ```
-The only available measurement conditions are "Lysate" and "Cell". The default parameters are 22 degrees Celsius and "Cell".
+The only available measurement conditions are "Lysate" and "Cell". The default parameters for the growth temperature and the measurement conditios are 22 degrees Celsius and "Cell".
 In case you want to store the output file you can do that by specifying the save path with the flag -s
 ```
 python predict_cpu filepath -g growthtemp<int> -m measurementcondition<str> -s savepath<str>
-- 
GitLab