diff --git a/Workflows/basic.py b/Workflows/basic.py
index 829206dbefd6354e2cffbde4925cf43e1c0da22d..935ff991d603ac3ca43c24c66faf1c5927edbf6f 100644
--- a/Workflows/basic.py
+++ b/Workflows/basic.py
@@ -42,7 +42,7 @@ def perform_segmentation(ofn, d):
                      margin=d['segmentation']['margin'],
                      roi=d['roi'],
                      n_proc=d['segmentation']['n_proc'],
-                     light=d['segmentation']['lightmode'])
+                     light=d['segmentation']['light_mode'])
     return
 
 def train_valid_workflow(seg, ts_lst_pkl, d, m_file):
diff --git a/Workflows/basic_config.json b/Workflows/basic_config.json
index 433ae60d94650c346dded6b9454968a45dd95317..42adce7ecfdd8b48f9ffc6de288011701d4275f9 100644
--- a/Workflows/basic_config.json
+++ b/Workflows/basic_config.json
@@ -33,7 +33,7 @@
 	
 	"userfeat": [
 	  "/path/to/user/feature/image1",
-	  "/path/to/user/feature/image2"
+	  "/path/to/user/features/list*"
 	],
 	
 	"training": {