diff --git a/barrOs_library.py b/barrOs_library.py
index 43215efc66253a3270172762956e73b0d9383288..6ae2b0e4a0def457cfe9943f0c2fa8301cda2925 100644
--- a/barrOs_library.py
+++ b/barrOs_library.py
@@ -2313,7 +2313,7 @@ def run_barros(arguments, offset = 1, step = 2, local_angle_threshold = 25, dist
             else:
                 target_chains = None
         else:
-            target_chains = [[pdbID.split('_')[0], chainID]]
+            target_chains = [[pdbID.split('_')[0], chainID, pdb_file, protein_type, membrane_thickness]]
 
         if pdb_file != 'not available' and protein_type != 'not available' and target_chains is not None:
             if input_mode != 'all':