Skip to content

Installation

Alexis Lucattini edited this page Nov 30, 2023 · 5 revisions

From release (recommended)

Step 1: Please head to the releases page to download the release bundle.

Step 2: Unzip bundle and run 'install.sh' from inside the extracted directory

Step 3: Copy the prompt into your rc file and reload your terminal.

Step 4: Confirm the installation by running

icav2 --version

You should now see:

$ icav2 --version
  icav2-cli-plugins-version: v2.15.2--patch-f8a1279
  libica module version: 2.3.0
  icav2 version 2.19.0

As next step, try icav2 <tab> for auto-completion subcommands.

From source

You may also install from source by cloning this repo

git clone -b dev https://github.com/umccr/icav2-cli-plugins
bash install.sh

and following the prompts.

After refreshing your terminal, you can validate your installation with:

icav2 --version