Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/nanovis/SynopFrame
04 September 2025, 09:11:59 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    No releases to show
  • 98d4dde
  • /
  • README.md
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:353370b5c0aa087acb3bb5a6ef622559bc836872
origin badgedirectory badge
swh:1:dir:98d4ddeb76e9f7d8cfbaae3303a9dfd2e79de797
origin badgerevision badge
swh:1:rev:388c973e479d471520a815a3660c0854945c2c5d
origin badgesnapshot badge
swh:1:snp:46ce148466e63ef3a81eb424719c3ff68d5ff514

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 388c973e479d471520a815a3660c0854945c2c5d authored by Roden Luo on 27 August 2025, 19:26:21 UTC
Update README.md
Tip revision: 388c973
README.md
# SynopFrame
Multiscale Time-dependent Visual Abstraction Framework for Exploratory Analysis of DNA Nanotechnology Simulations

Case study video: https://youtu.be/Hu0tfpS7JBk

Feedback form: https://forms.gle/MH2F7mkDQVHpfNUv6

# GRSI reproducibility 

Following [this installation guide](https://github.com/nanovis/SynopFrame/blob/main/Install-Win.md),
one can find `icosahedron_cndo_10Frames.hipnc`
under `SynopFrame\demo_icosahedron10Frames` (from Step 4 in "Download SynopFrame" in [the installation guide](https://github.com/nanovis/SynopFrame/blob/main/Install-Win.md))
opening it should give visuals very similar to **Fig. 1** in our paper. 
Opening the other two mentioned files (from the same Step 4 in "Download SynopFrame" in [the installation guide](https://github.com/nanovis/SynopFrame/blob/main/Install-Win.md)) should give visuals very similar to **Fig. 5, 7, 8** and **Fig. D.11** in the appendix. One will need to move the time slider and move the camera (mentioned in [Cheat-Sheet-Win](https://github.com/nanovis/SynopFrame/blob/main/Cheat-Sheet-Win.md)) to get closer to the exact figure. But the very exact visual is not intended as the tool is a dynamic analysis tool, which means that spotting insights by navigating in the system is more important.

# Hardware 

The software has been tested on Windows and Max; however, because a high-end MacBook Pro cannot maintain an interactive frame rate, we do not recommend using SynopFrame on MacBooks.

# Installation

Windows installation [guide](https://github.com/nanovis/SynopFrame/blob/main/Install-Win.md). 

For Linux users, the installation process should be similar to Windows. We are happy to guide you through the process. 

## Known issues for Linux users

1. In case you cannot launch Houdini after installation, and the error message is similar to 

```
Crash report from <YourName>; Houdini FX Version 19.5.493 [linux-x86_64-gcc9.3]
Uptime 2 seconds
Tue Feb 14 11:41:13 2023
Caught signal 11

Traceback from 14123 ThreadId=0x7fc00cfb5e80
AP_Interface::coreDumpChaser(UTsignalHandlerArg) <libHoudiniUI.so>
AP_Interface::si_CrashHandler::chaser(UTsignalHandlerArg) <libHoudiniUI.so>
signalCallback(UTsignalHandlerArg) <libHoudiniUT.so>
UT_Signal::UT_ComboSignalHandler::operator()(int, siginfo_t*, void*) const <libHoudiniUT.so>
UT_Signal::processSignal(int, siginfo_t*, void*) <libHoudiniUT.so>
__funlockfile <libpthread.so.0>
```

As suggested [here](https://www.sidefx.com/forum/topic/81386/?page=4#post-358280), you may run `sudo apt-get install lsb-core` and try again. 

2. You will need to find the Houdini preference folder (on Windows, it is `C:\Users\<Your_User_Name>\Documents\houdini19.5`). It is likely under your home foler. 

# Load your own data

To run SynopFrame for your own dataset, you need to create a folder with the following contents. 

```bash
└─<case_folder_name>
  ├─input
  │  ├─design.oxdna.dat
  │  ├─design.oxdna.top
  │  ├─design.synopspace.hb
  │  ├─mean.oxdna.dat
  │  ├─trajectory_run.synopspace.hb
  │  ├─trajectory_run.synopspace.pca_coords
  │  └─trajectory_run_aligned_to_mean.oxdna.dat
  └─<structure_name>.hipnc # this is copied from e.g. `demo_cube.hipnc`
```

Check the [Input-Specification](https://github.com/nanovis/SynopFrame/blob/main/Input-Specification.md) for the meaning of each file. 

After all the files are prepared, open `<structure_name>.hipnc`, go to the `IO_and_Controller` panel, the `IO` tab, change the `print_conf_interval` accordingly. And then click `Cache All`. After the data is cached, you dataset is then at the same state as the demo dataset and is ready to analyze. 

# Feedback and questions 

Please use the GitHub Issues. 


back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API