Tsjerk / Insane

INSert membrANE - A simple, versatile tool for building coarse-grained simulation systems
GNU General Public License v2.0
39 stars 24 forks source link

Factor out topology writing in a function #22

Closed jbarnoud closed 7 years ago

jbarnoud commented 7 years ago

Topology files are now written in a separate function. This streamlines the write_all function. Also, proteins are included in the molecules list; this makes the list clearer semantically, and reduces the number of arguments to pass to the write_top function.