From 6e2c81884bff39003cb5a48067413af1f853b551 Mon Sep 17 00:00:00 2001 From: Paola Date: Thu, 7 Mar 2024 13:28:29 -0300 Subject: [PATCH] fixbug --- sample_scripts/globular_protein.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample_scripts/globular_protein.py b/sample_scripts/globular_protein.py index 5193a99..4fe0025 100644 --- a/sample_scripts/globular_protein.py +++ b/sample_scripts/globular_protein.py @@ -70,7 +70,9 @@ #Reads the VTF file of the protein model -topology_dict = pmb.read_cg_protein_model (filename=protein_filename) +path_to_cg=pmb.get_resource(args.path_to_cg) + +topology_dict = pmb.read_cg_protein_model (filename=path_to_cg) path_to_cg=pmb.get_resource(args.path_to_cg)