This package browser is in early development. Mind the rough edges.

tangos

Agile numerical galaxy organisation system

TANGOS is a tool to build a database (along the lines of Eagle or MultiDark) for cosmological and zoom simulations.

Features:

  • designed to store and manage results from custom analysis code

  • provides web and Python interfaces

  • science-focussed queries across entire merger trees, without requiring any knowledge of SQL

  • manages the process of populating the database with science data, including auto-parallelising custom analysis

  • customization with multiple Python modules such as pynbody or yt to process raw simulation data

  • suports file-based database SQLite, server-based MySQL and PostgreSQL

Installation

Install the latest version of tangos as follows:

guix install tangos

Or install a particular version:

guix install tangos@1.10.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of tangos about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/tangos'><img src='https://packages.guix.gnu.org/packages/tangos/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tangos/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tangos)

Example Org:

[[https://packages.guix.gnu.org/packages/tangos][https://packages.guix.gnu.org/packages/tangos/badges/latest-version.svg]]