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/vejnar/GeneAbacus
01 June 2023, 07:59:47 UTC
  • Code
  • Branches (1)
  • Releases (6)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    • v0.2.2
    • v0.2.1
    • v0.2.0
    • v0.1.2
    • v0.1.1
    • v0.1
  • ed17021
  • /
  • go.mod
Raw File Download
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 ...

Permalinks

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
  • release
origin badgecontent badge Iframe embedding
swh:1:cnt:ce0919deec53ae5f00cad68a001a8947915b70ec
origin badgedirectory badge Iframe embedding
swh:1:dir:ed17021b8b06833f6711df625292f6c60378e972
origin badgerevision badge
swh:1:rev:a221d893049c8f231944b5b529d73372b693b048
origin badgesnapshot badge
swh:1:snp:c9ab8ea277d970770721ef06ce2eff7a73c0e990
origin badgerelease badge
swh:1:rel:52fa39daab7360e4f3ecf09b9812e16b7cd2a7d6
Citations

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
  • release
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: a221d893049c8f231944b5b529d73372b693b048 authored by vejnar on 08 December 2021, 19:40:12 UTC
Initial commit
Tip revision: a221d89
go.mod
module github.com/vejnar/geneabacus

go 1.17

require (
	github.com/biogo/hts v1.4.3
	github.com/biogo/store v0.0.0-20201120204734-aad293a2328f
	github.com/pierrec/lz4 v2.6.1+incompatible
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
	gopkg.in/fatih/set.v0 v0.2.1
)

require github.com/frankban/quicktest v1.14.0 // indirect

Software Heritage — Copyright (C) 2015–2025, 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— Contact— JavaScript license information— Web API

back to top