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
  • 5a969b4
  • /
  • 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:988b95302d00aad27dafb7c907cd03c6ca398377
origin badgedirectory badge Iframe embedding
swh:1:dir:5a969b44655784dd020d0b712fd954710cc4b0bd
origin badgerevision badge
swh:1:rev:f09be2c8aa87bf3504ee280c477af780843221c9
origin badgesnapshot badge
swh:1:snp:c9ab8ea277d970770721ef06ce2eff7a73c0e990
origin badgerelease badge
swh:1:rel:13f8a7931d116094aa5ff12b2b90d9e15b827606
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: f09be2c8aa87bf3504ee280c477af780843221c9 authored by vejnar on 22 August 2022, 15:23:16 UTC
Report input & output counts
Tip revision: f09be2c
go.mod
module git.sr.ht/~vejnar/GeneAbacus

go 1.19

//replace git.sr.ht/~vejnar/GeneAbacus => ./GeneAbacus

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-20220722155255-886fb9371eb4
	gopkg.in/fatih/set.v0 v0.2.1
)

require github.com/frankban/quicktest v1.14.3 // 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