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

When exporting sequences for (e.g. 96-well) plates it would be useful to also output a pictorial plate map, e.g. the most basic version could just be an ASCII picture of...

enhancement

I made domains selectable (#416), and this issue appears when using the shadow filter to highlight the lines. They disappear (not just when hovering, but they STAY disappeared). For now,...

enhancement

Currently, the top-level View is plain Dart. Some subtrees of it are React components, but This requires, at a minimum, implementing #43 and #345. But there are other issues that...

enhancement
challenging

When loading or reloading the page, the design is only centered if the y- and z-axes are not inverted. It is mostly off the page if they are. This happens...

bug
high priority

Currently, all selected objects are unselected when switching the edit mode. But when switching between Select edit mode and Rope Select edit mode, if any objects are selected, they should...

invalid

It is sometimes the case that someone wants to have two versions of a strand: one with a modification (e.g., 5' biotin) and one without. Support this directly when exporting...

enhancement

This would let us push the scaffold to the back, for instance, to keep it from obscuring other strands.

enhancement

Right-click on a strand's 5' end and select "Add modification". In the console, this appears: ![image](https://user-images.githubusercontent.com/19274365/97810545-7f4e3200-1c29-11eb-83e1-8a0f622bb6fc.png) It's a confusing error because it appears to be generated when attempting to serialize...

bug

Open a design. Make a modification. The filename in the tab will have a * to indicate unsaved work. When saving, this * is removed based on `state.ui_state.changed_since_last_save`. However, it...

bug