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/ctlab/phantasus
21 July 2021, 18:38:44 UTC
  • Code
  • Branches (34)
  • Releases (0)
  • Visits
Revision fc1777a6ebdabf2ea4e225a2337f0d9f9ae151a8 authored by Alexey Sergushichev on 08 April 2021, 15:17:58 UTC, committed by GitHub on 08 April 2021, 15:17:58 UTC
Update .travis.yml
1 parent 046f374
  • Files
  • Changes
    • Branches
    • Releases
    • HEAD
    • refs/heads/RELEASE_3_10
    • refs/heads/RELEASE_3_11
    • refs/heads/RELEASE_3_12
    • refs/heads/RELEASE_3_7
    • refs/heads/RELEASE_3_8
    • refs/heads/RELEASE_3_9
    • refs/heads/appeveyor
    • refs/heads/archs4
    • refs/heads/assaron-patch-1
    • refs/heads/develop
    • refs/heads/export-dataset-history
    • refs/heads/master
    • refs/heads/r-3.4
    • refs/heads/slack-test
    • refs/heads/travis-fix
    • refs/tags/v1.1.2
    • refs/tags/v1.1.3
    • refs/tags/v1.1.5
    • refs/tags/v1.1.6
    • refs/tags/v1.11.0
    • refs/tags/v1.2.0
    • refs/tags/v1.2.1
    • refs/tags/v1.3.0
    • refs/tags/v1.3.1
    • refs/tags/v1.3.2
    • refs/tags/v1.3.3
    • refs/tags/v1.3.4
    • refs/tags/v1.3.5
    • refs/tags/v1.7.2
    • refs/tags/v1.7.3
    • refs/tags/v1.7.4
    • refs/tags/v1.8.0
    • refs/tags/v1.9.0
    • refs/tags/v1.9.2
    • fc1777a6ebdabf2ea4e225a2337f0d9f9ae151a8
    No releases to show
  • 01b265e
  • /
  • NEWS
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 ...

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.

  • revision
  • directory
  • content
  • snapshot
origin badgerevision badge
swh:1:rev:fc1777a6ebdabf2ea4e225a2337f0d9f9ae151a8
origin badgedirectory badge
swh:1:dir:01b265ef075614d339a95457c07bb7db76b13fa4
origin badgecontent badge
swh:1:cnt:739614df6180f099f686fb5fa8a2140ee700ae76
origin badgesnapshot badge
swh:1:snp:0c004a03453a29b80f921a24433f7e780b9ceb53

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.

  • revision
  • directory
  • content
  • snapshot
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: fc1777a6ebdabf2ea4e225a2337f0d9f9ae151a8 authored by Alexey Sergushichev on 08 April 2021, 15:17:58 UTC
Update .travis.yml
Tip revision: fc1777a
NEWS
CHANGES IN VERSION 1.11.1
* Option to omit gene version IDs (like in ENSEMBL) before  conversion 

CHANGES IN VERSION 1.9.5
* Support for preloaded sessions

CHANGES IN VERSION 1.9.3
* Changed Dockerfile to nginx+rApache (default ports are changed)

CHANGES IN VERSION 1.7.6
* Fix bug after change to stringAsFactors=FALSE

CHANGES IN VERSION 1.7.4
* Removed Matrix.utils dependency

CHANGES IN VERSION 1.7.3
* Volcano plot tool

CHANGES IN VERSION 1.7.2
* Better GEO loader
* DESeq2 experimental support
* Initial support for hierarchical preloaded folder

CHANGES IN VERSION 1.5.1
* Fixed hanging on empty annotation file

CHANGES IN VERSION 1.3.5
* FGSEA tool
* Cache + static files optimizations
* Dataset permanent link feature

CHANGES IN VERSION 1.3.4
* Switch to fgseaMultilevel

CHANGES IN VERSION 1.3.3
* Custom order for annotation
* Revamped Charts tool
* AnnotationDB optimization

CHANGES IN VERSION 1.3.2
* PCA plot, GSEA plot and Chart tool can be exported to SVG
* Group by in column context menu
* Dataset open history
* Annotate dataset by AnnotateDB
* Switch column datatype in context menu
* GSEA plot uses general palette to color heatmap\annotation
* Minor bug fixes

CHANGES IN VERSION 1.1.6
* Minor bug fixes

CHANGES IN VERSION 1.1.5
* PCA plot uses annotation color scheme
* Rename annotation column implemented
* log2(1 + x) adjust tool added
* Calculated annotation revamped
* Annotate dataset revamped and moved to file
* Session syncing improved.
* Sweep adjustment implemented

CHANGES IN VERSION 1.1.3
* Option to get vertical GSEA plot
* Showing heatmap along the GSEA plot
* Changed filter scheme
* Better session synching between fronend and backend

CHANGES IN VERSION 1.1.2
* Moved to protobuf 3.4 in docker (supports messages up to 2GB)
* Set exact match to be default
* Set row profile as the default chart

CHANGES IN VERSION 1.1.1
* Fixes in PCA plot
* GSEA plotCHANGES IN VERSION 0.99.34
* Detecting conditions and replicates in GEO data

CHANGES IN VERSION 0.99.28
* Submit to Enrichr tool
* Changing shapes in PCA plot
* Better support for OS X and Windows

CHANGES IN VERSION 0.99.24
* Shiny GAM tool added
* PCA plot: pretty labels, auto-redraw
* Bug fixes

CHANGES IN VERSION 0.99.23
* Added options "Maximum Mean Probe" and "Maximum Median Probe" to Collapse Tool
* Fixed a bug emerging when one applies R-based function after collapsing by columns

CHANGES IN VERSION 0.99.22
* Fixed AdjustTool
* Removed obsolete output produced by servePhantasus
* Updated tutorial

CHANGES IN VERSION 0.99.21
* Merged changes from morpheus.js repository
* Added function `reparseCachedESs` for updating downloaded GEO-datasets, which are saved in cache

CHANGES IN VERSION 0.99.20
* A bit better code coverage with tests

CHANGES IN VERSION 0.99.19
* Safer procedure for phenoData parsing
* Even sample-empty datasets deserve to have displayed meta

CHANGES IN VERSION 0.99.18
* New phenoData parsing strategy for GEO Series

CHANGES IN VERSION 0.99.17
* Fixed issue with null featureData for GSE37270

CHANGES IN VERSION 0.99.16
* Fixed issue with incorrect perfomance of LimmaTool when columns are passed as args

CHANGES IN VERSION 0.99.15
* Updated tutorial

CHANGES IN VERSION 0.99.14
* Correct error messages when dataset is not present in GEO

CHANGES IN VERSTION 0.99.13
* Added possibility to load datasets from preloaded rda-files in specialized directory on server
* servePhantasus now opens browser with web-application automatically on start-up
* Added tutorial on main site
* Updated biocViews
* Updated tutorial and mans according to changes
* Added experimental support for loading RNA-seq dataset from GEO

CHANGES IN VERSION 0.99.12
* Added possibility to load GEO-dataset by specifying its id in link parameters

The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

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