oxdna-viewer icon indicating copy to clipboard operation
oxdna-viewer copied to clipboard

oxView: Visualization and editing tool for DNA/RNA nanotechnology and oxDNA/oxRNA configuration analysis

Results 12 oxdna-viewer issues
Sort by recently updated
recently updated
newest added

How to replicate: 1. Visit https://sulcgroup.github.io/oxdna-viewer/ on the latest version of Chrome. 2. Go to the Edit tab and create a 10 bp duplex. Zoom in so the duplex fills...

Toggling the orthographic camera causes some issues: - [ ] Box selection no longer works - [ ] Zoom no longer works - [ ] Can mess up render order...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=22.0.0&new-version=22.3.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

Includes link to github, documentation, examples, video tutorials, research papers, and a changelog based on the commit history. ![image](https://github.com/sulcgroup/oxdna-viewer/assets/117968477/f8b9c650-a839-4d38-9042-5140353e1cdd)

Hi, I used [`tacoxDNA/src/cadnano_oxDNA.py`](https://github.com/lorenzo-rovigatti/tacoxDNA/blob/master/src/cadnano_oxDNA.py) [`7_icosahedron.json`](https://github.com/sulcgroup/oxdna-viewer/blob/master/examples/icosahedron/7_icosahedron.json) ` he -o` to generate a `7_icosahedron.json.oxview` file (attached below). Drag and drop it into oxview, and then `Dynamics -> Forces -> Create from base...

If you use `api.toggleBaseColors()` and then select and deselect a nucleotide, its color reverts to the usual color scheme rather than grey. Presumably this is because we wrote the update...

If the .dat and .top files are missmatched, the correct error is thrown, but the page must be refreshed before files can be dropped again. This should clear the variables...

bug

The extendStrand method in the RNA model calculates the helix axis and generates an RNA helix starting from a nucleotide. Previously, the calculation of the helix axis had a minor...

Affects: tacox plugin: Cadnano design files with multiple scaffold strands, double stranded sections that use the scaffold Problem: * It is only possible to select a single scaffold sequence. *...

Notify when getElement with a out of range index is called. Usefull to easily find eg. typos in scripts with lots of element indecies.