We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently experimental module to build structures from scratch
def build_dna_strand(sequence): # builds a double stranded dna >>> m = buid_dna_strand("ACGCTGC") >>> m.write("dna.pdb")