alpha-g-analysis

Crates.ioalpha-g-analysis
lib.rsalpha-g-analysis
version0.5.9
sourcesrc
created_at2022-09-25 16:22:33.872506
updated_at2024-10-27 07:41:52.268644
descriptionAnalysis binaries for the ALPHA-g experiment
homepage
repositoryhttps://github.com/ALPHA-g-Experiment/alpha-g
max_upload_size
id673710
size74,328
Daniel Duque (DJDuque)

documentation

README

ALPHA-g-Analysis

Test Status Crates.io

Rust package with multiple binary crates.

Getting Started

The core analysis programs should work out of the box on any platform. If you are still having trouble getting a program to run after following the instructions below, please open an issue.

To facilitate installation, we provide pre-built binaries for some platforms. For example, to get the latest version of the alpha-g-analysis package on lxplus, run:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ALPHA-g-Experiment/alpha-g/releases/latest/download/alpha-g-analysis-installer.sh | sh

For instructions on installing from different platforms and/or specific versions of the package, see our releases page.

Alternatively, you can build from source (requires cargo):

cargo install --locked alpha-g-analysis

After installation, you can verify it by running:

alpha-g-vertices --version
alpha-g-vertices --help

Binaries

Commit count: 487

cargo fmt