Skip to content

Commit 5cd727d

Browse files
Fix broken reference database links
1 parent 3fc4b79 commit 5cd727d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Amplicon/Illumina/Pipeline_GL-DPPD-7104_Versions/GL-DPPD-7104-B.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Amanda Saravia-Butler (GeneLab Data Processing Lead)
3838

3939
<!-- Included R packages -->
4040
- Assay-specific suffixes were added where needed for GeneLab repo ("GLAmpSeq")
41-
- The ITS UNITE reference database used was updated to "UNITE_v2023_July2023.RData", from http://www2.decipher.codes/Classification/TrainingSets/
41+
- The ITS UNITE reference database used was updated to "UNITE_v2023_July2023.RData", from https://www2.decipher.codes/Downloads.html
4242
- Several program versions were updated (all versions listed in [Software used](#software-used) below)
4343

4444
# Table of contents
@@ -101,8 +101,8 @@ Amanda Saravia-Butler (GeneLab Data Processing Lead)
101101

102102
|Program used| Database| Relevant Links|
103103
|:-----|:-----:|--------:|
104-
|DECIPHER| SILVA SSU r138 | [http://www2.decipher.codes/Classification/TrainingSets/SILVA_SSU_r138_2019.RData](http://www2.decipher.codes/Classification/TrainingSets/)|
105-
|DECIPHER| UNITE v2020 | [http://www2.decipher.codes/Classification/TrainingSets/UNITE_v2020_February2020.RData](http://www2.decipher.codes/Classification/TrainingSets/)|
104+
|DECIPHER| SILVA SSU r138 | [https://www2.decipher.codes/data/Downloads/TrainingSets/SILVA_SSU_r138_2019.RData](https://www2.decipher.codes/Downloads.html)|
105+
|DECIPHER| UNITE v2023 | [https://www2.decipher.codes/data/Downloads/TrainingSets/UNITE_v2023_July2023.RData](https://www2.decipher.codes/Downloads.html)|
106106

107107
---
108108

@@ -441,7 +441,7 @@ dna <- DNAStringSet(getSequences(seqtab.nochim))
441441

442442
Downloading the reference R taxonomy object:
443443
```R
444-
download.file( url=http://www2.decipher.codes/Classification/TrainingSets/SILVA_SSU_r138_2019.RData”, destfile=SILVA_SSU_r138_2019.RData”)
444+
download.file( url=https://www2.decipher.codes/data/Downloads/TrainingSets/SILVA_SSU_r138_2019.RData”, destfile=SILVA_SSU_r138_2019.RData”)
445445
```
446446

447447
**Parameter Definitions:**

0 commit comments

Comments
 (0)