From f555bb6a870b7359e4daf2736b250c2ece99bef8 Mon Sep 17 00:00:00 2001
From: Joana Pereira <joanapereira@4414.bioz.unibas.ch>
Date: Thu, 11 May 2023 10:38:58 +0200
Subject: [PATCH] implemented the detection of OMBBs that form complexes with
 OMBBs. it also works with input pdbs now.

---
 barrOs_library.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/barrOs_library.py b/barrOs_library.py
index 43215ef..6ae2b0e 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':
-- 
GitLab