Skip to content
forked from itislab/alpheus

Alpheus: A tool for organizing and managing computational experiments

License

Notifications You must be signed in to change notification settings

msdvoits/alpheus

 
 

Repository files navigation

Alpheus

A tool for organizing and managing computational experiments.


Platform Build
Visual Studio 2019 VS2019 Build Status
Linux Linux Build Status

codecov Tests NuGet NuGet

Installation

You need to have .Net Core SDK 2.1.300 or newer installed.

If you have it install the latest version of Alpheus with

dotnet tool install --global Alpheus-cli

Usage

You can call alpheus in the command line

C:\project1>alpheus help
USAGE: alpheus [help] [<subcommand> [<options>]]

SUBCOMMANDS:

    init <options>        Make the current directory an Alpheus experiment directory
    config <options>      Modify configuration of research directory
    build <options>       Creates an experiment graph node
    compute <options>     Tries to compute the graph to make the outdated node up to date
    status <options>      Prints the graph status for particular .alph file
    save <options>        Save a copy of file/directory to the storage(s)
    restore <options>     Restore a copy of the file/directory from storage

    Use 'alpheus <subcommand> help' for additional information.

OPTIONS:

    help                  display this list of options.

About

Alpheus: A tool for organizing and managing computational experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 98.3%
  • JavaScript 1.5%
  • Other 0.2%