Skip to content

A collection of python scripts that can be used to read, process and convert MMDL model format used in SBOL

Notifications You must be signed in to change notification settings

tofuman0/mmdl-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMDL model file format

This is a collection of python scripts that can process the model format used in SBOL

readmmdl.py

Returns the data from an MMDL file and can also log to file

Usage: python readmmdl.py -m modelfile.mmdl [-l modelfile.log]

mmdl2obj.py

Converts MMDL to OBJ file

Usage: python mmdl2obj.py -m modelfile.mmdl -o modelfile.obj [-mtl materialfile.mtl] [-u]
  -mtl:  Generates a material file for the obj using the specified filename after the mtl switch
  -u:    Makes Object names unique by prefixing the filename

About

A collection of python scripts that can be used to read, process and convert MMDL model format used in SBOL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages