====== czid-cli ====== A Command Line Interface for CZ ID (formerly known as idseq-cli). ===== Information ===== * Version: 3.0.2 * Added: February, 2022 * Link: https://github.com/chanzuckerberg/czid-cli ===== Usage ===== See which versions of czid-cli are available: $ module avail czid-cli Load one version into your environment and run it: $ module load czid-cli/3.0.2 $ czid -h ===== Installation ====== Notes from the sysadmin during installation: $ cd /tmp $ wget https://github.com/chanzuckerberg/czid-cli/releases/download/v3.0.2/czid-cli_linux_amd64.tar.gz $ tar xf czid-cli_linux_amd64.tar.gz $ sudo mkdir -p /export/apps/czid-cli/3.0.2/bin $ sudo cp czid-cli_linux_amd64/czid /export/apps/czid-cli/3.0.2/bin