Let's create a place to work first:
cd ~
mkdir q2-tutorial
cd q2-tutorial
Download data from "collaborators":
wget -O "sample-metadata.tsv" https://data.qiime2.org/2019.4/tutorials/moving-pictures/sample_metadata.tsv
wget -O "stats-dada2.qza" https://docs.qiime2.org/2019.4/data/tutorials/moving-pictures/stats-dada2.qza
wget -O "table.qza" https://docs.qiime2.org/2019.4/data/tutorials/moving-pictures/table-dada2.qza
wget -O "rep-seqs.qza" https://docs.qiime2.org/2019.4/data/tutorials/moving-pictures/rep-seqs-dada2.qza
Explore QIIME 2 command:
qiime
Try:
qiime metadata --help
Now for the rest of the tutorial: