Skip to content
Snippets Groups Projects
Commit 970d4e8d authored by pinyili2's avatar pinyili2
Browse files

rename oxdna_pinyi to oxdna

parent ca7c6031
No related branches found
No related tags found
1 merge request!1Pinyili2
......@@ -47,5 +47,5 @@ def read_atomic_pdb(pdb_file, **model_parameters):
return SegmentModelFromPdb(pdb_file)
def read_oxdna(coordinate_file, topology_file, virt2nuc=None, **model_parameters):
from .segmentmodel_from_oxdna_pinyi import mrdna_model_from_oxdna
from .segmentmodel_from_oxdna import mrdna_model_from_oxdna
return mrdna_model_from_oxdna(coordinate_file, topology_file,virt2nuc, **model_parameters)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment