Alhambra API ReferenceΒΆ
The most important class, and the only one most people will need to use, is TileSet:
TileSet([val]) |
A class representing a single DNA tile assembly system. |
Other classes in the base module are:
Tile([val]) |
A class representing one tile. |
TileList([val]) |
A list of Tile instances, taking into account tile names. |
End(*args, **kw) |
A class representing a single end of some type, with or without a sequence. |
EndList([val]) |
A list of End instances, which can be merged together, converted to stickydesign.endarray instances, etc. |