Updated Practical 3 Processing 16S rRNA amplicon data (markdown) authored by Ben Francis's avatar Ben Francis
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Before we begin, there's one thing we need to download, which is the formatted silva database used by DADA2 to assign taxonomy. Before we begin, there's one thing we need to download, which is the formatted silva database used by DADA2 to assign taxonomy.
$ cd /bioinf/home/your_username/day_1/16S_amplicons/demultiplexed $ cd /bioinf/home/your_username/day_1/demultiplexed
$ wget https://zenodo.org/record/1172783/files/silva_nr_v132_train_set.fa.gz $ wget https://zenodo.org/record/1172783/files/silva_nr_v132_train_set.fa.gz
### 3.1 Processing our data with DADA2 ### 3.1 Processing our data with DADA2
... ...
......