scadnano icon indicating copy to clipboard operation
scadnano copied to clipboard

Web application for designing DNA structures such as DNA origami.

Results 100 scadnano issues
Sort by recently updated
recently updated
newest added

Change all links to papers in API documentation (and other documentation) to DOI links so they are more permanent, e.g., replace http://www.nature.com/nature/journal/v440/n7082/abs/nature04586.html with https://doi.org/10.1038/nature04586

documentation

Even though setting the "z" coordinate of a Helix Group is properly displayed, setting the "z" coordinate of a individual helix is not shown. The invisible rect component responsible for...

bug

Now that issues #580 and #581 are implemented, they should be incorporated into the tutorial as a faster way to create a DNA origami design.

documentation
high priority

[oxView](https://github.com/sulcgroup/oxdna-viewer) can be embedded into webpages. Implement an option to export to oxDNA/oxView format and immediately visualize within scadnano itself.

enhancement

Switching from many connected components to only a few near the top (#87) drastically improved the performance when doing frequent Action dispatches on large designs. However, it remains noticably janky...

enhancement
high priority

Similar to #551 but for when the helix position z position is non-zero. ![scadnano-nonzero-z](https://user-images.githubusercontent.com/31255679/105565948-49779180-5cde-11eb-8c0b-9497383ec703.gif)

bug

Implement this after implementing #501.

enhancement

This issue proposes storing the DNA sequence in the Domains/Loopouts in the JSON. This issue is closely related to #492 which proposed to change the internal Dart object structure so...

enhancement

Some select modes are mutually compatible, e.g., all four end select modes, or crossover and loopout. Currently, for instance, if the only active select mode is Crossover, and some crossovers...

invalid