Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
paobtorres committed Mar 7, 2024
1 parent 4362c15 commit 6e2c818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sample_scripts/globular_protein.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6e2c818

Please sign in to comment.