Skip to content

qiime2/q2cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 1, 2025
941e1af · Apr 1, 2025
Jan 3, 2025
Nov 8, 2016
Mar 24, 2025
Apr 8, 2021
Apr 1, 2025
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Jan 4, 2025
Dec 19, 2024
Oct 4, 2023
Dec 19, 2024

q2cli

A click-based command line interface for QIIME 2.

Installation and getting help

Visit https://qiime2.org to learn more about q2cli and the QIIME 2 project.

Enabling tab completion

Bash

To enable tab completion in Bash, run the following command or add it to your .bashrc/.bash_profile:

source tab-qiime

ZSH

To enable tab completion in ZSH, run the following commands or add them to your .zshrc:

autoload -Uz compinit && compinit && autoload bashcompinit && bashcompinit && source tab-qiime