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
  • /
  • Input-Specification.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:9421f7e4a47d3db1c9f1951993da92a6f89f2979
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
Input-Specification.md
## Input Specification 

* **design.oxdna.dat** and **design.oxdna.top** are the configuration and topology files in the oxDNA format for a structure, in its designed shape, i.e., before relaxation, when all the double helices are still straight and there might be elongated backbones. 
* **design.synopspace.hb** and **trajectory_run.synopspace.hb** are the H-bond status file for the designed configuration and for each frame in the trajectory. The generation of it is detailed at https://github.com/lorenzo-rovigatti/oxDNA/issues/45#issuecomment-1274372150. 
* **mean.oxdna.dat** is the mean structure throught out the trajectory generated by [`oat mean`](https://lorenzo-rovigatti.github.io/oxDNA/oat/cli.html#mean).
* **trajectory_run_aligned_to_mean.oxdna.dat** is the trajectory aligned to the above mentioned **mean.oxdna.dat**. It is generated by [`oat align`](https://lorenzo-rovigatti.github.io/oxDNA/oat/cli.html#align). 
* **trajectory_run.synopspace.pca_coords** is an intermediate data structure from the [`oat pca`](https://lorenzo-rovigatti.github.io/oxDNA/oat/cli.html#principal-component-analysis). 

    One can use the following adapted scripts (in this repository) to generate this file. 
    
    ```bash
    python src/SynopFrame_py/pca.py trajectory_run_aligned_to_mean.dat mean.oxdna.dat pca.json -s pca_bases.pickle -p 98
    python src/SynopFrame_py/pca_res.py trajectory_run_aligned_to_mean.dat mean.oxdna.dat pca_bases.pickle trajectory_run.synopspace.pca_coords
    ```
    
    

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