Skip to content

pmx_builder.md

dseeliger edited this page Mar 31, 2015 · 1 revision

Currently experimental module to build structures from scratch

Functions:

def build_dna_strand(sequence):         # builds a double stranded dna
>>> m = buid_dna_strand("ACGCTGC")
>>> m.write("dna.pdb")
Clone this wiki locally