KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
q2cli
★ 20
Open GitHub ↗
Command line interface for QIIME 2
Download README (.md)
Explore Similar Repositories
examples
:
No description available.
contractmanager
:
ContractManager is a contract management software for the Jameica platform.
Personal-Assistant
:
Household Intelligent Assistant
lvartisan
:
Laravel artisan command for creating view.
THREE.Text
:
THREE.TextMesh for three.js
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
q2cli
?
Download (.md)
# q2cli  A [click-based](http://click.pocoo.org/) command line interface for [QIIME 2](https://github.com/qiime2/qiime2). ## 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`: ```bash source tab-qiime ``` ### ZSH To enable tab completion in ZSH, run the following commands or add them to your `.zshrc`: ```bash autoload -Uz compinit && compinit && autoload bashcompinit && bashcompinit && source tab-qiime ```