Skip to content

Commit

Permalink
Set a name for the entire system
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 25, 2024
1 parent f4ed29a commit 98b4715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ topology = IMP.pmi.topology.TopologyReader(topology_file,
gmm_dir=datadirectory)

# Use the BuildSystem macro to build states from the topology file
bs = IMP.pmi.macros.BuildSystem(m)
bs = IMP.pmi.macros.BuildSystem(m, name='Modeling of RNA Polymerase II stalk')

# Each state can be specified by a topology file.
bs.add_state(topology)
Expand Down
2 changes: 1 addition & 1 deletion rnapolii/modeling/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
gmm_dir=datadirectory)

# Use the BuildSystem macro to build states from the topology file
bs = IMP.pmi.macros.BuildSystem(m)
bs = IMP.pmi.macros.BuildSystem(m, name='Modeling of RNA Polymerase II stalk')

# Each state can be specified by a topology file.
bs.add_state(topology)
Expand Down

0 comments on commit 98b4715

Please sign in to comment.