Skip to content

Commit 68e8278

Browse files
authored
Merge pull request #837 from chan-98/bugfix-refdb-zenodo
Changed path to RDP and SILVA ref files
2 parents 89336e1 + a5592ce commit 68e8278

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
### `Fixed`
3232

33+
- [#837](https://github.com/nf-core/ampliseq/pull/837) - Replaced zenodo.org/record to zenodo.org/records in ref_databases.config
3334
- [#800](https://github.com/nf-core/ampliseq/pull/800) - Fixed SH files for UNITE9.0, they were missing some entries due to a bug caused by API update in PlutoF
3435
- [#808](https://github.com/nf-core/ampliseq/pull/808) - Add missing library declaration in R script.
3536
- [#832](https://github.com/nf-core/ampliseq/pull/832) - Add pattern to input field

conf/ref_databases.config

+8-8
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@ params {
117117
}
118118
'rdp' {
119119
title = "RDP - Ribosomal Database Project - RDP trainset 18/release 11.5"
120-
file = [ "https://zenodo.org/record/4310151/files/rdp_train_set_18.fa.gz", "https://zenodo.org/record/4310151/files/rdp_species_assignment_18.fa.gz" ]
120+
file = [ "https://zenodo.org/records/4310151/files/rdp_train_set_18.fa.gz", "https://zenodo.org/records/4310151/files/rdp_species_assignment_18.fa.gz" ]
121121
citation = "Cole JR, Wang Q, Fish JA, Chai B, McGarrell DM, Sun Y, Brown CT, Porras-Alfaro A, Kuske CR, Tiedje JM. Ribosomal Database Project: data and tools for high throughput rRNA analysis. Nucleic Acids Res. 2014 Jan;42(Database issue):D633-42. doi: 10.1093/nar/gkt1244. Epub 2013 Nov 27. PMID: 24288368; PMCID: PMC3965039."
122122
fmtscript = "taxref_reformat_standard.sh"
123-
dbversion = "RDP 18/11.5 (https://zenodo.org/record/4310151/)"
123+
dbversion = "RDP 18/11.5 (https://zenodo.org/records/4310151/)"
124124
}
125125
'rdp=18' {
126126
title = "RDP - Ribosomal Database Project - RDP trainset 18/release 11.5"
127-
file = [ "https://zenodo.org/record/4310151/files/rdp_train_set_18.fa.gz", "https://zenodo.org/record/4310151/files/rdp_species_assignment_18.fa.gz" ]
127+
file = [ "https://zenodo.org/records/4310151/files/rdp_train_set_18.fa.gz", "https://zenodo.org/records/4310151/files/rdp_species_assignment_18.fa.gz" ]
128128
citation = "Cole JR, Wang Q, Fish JA, Chai B, McGarrell DM, Sun Y, Brown CT, Porras-Alfaro A, Kuske CR, Tiedje JM. Ribosomal Database Project: data and tools for high throughput rRNA analysis. Nucleic Acids Res. 2014 Jan;42(Database issue):D633-42. doi: 10.1093/nar/gkt1244. Epub 2013 Nov 27. PMID: 24288368; PMCID: PMC3965039."
129129
fmtscript = "taxref_reformat_standard.sh"
130-
dbversion = "RDP 18/11.5 (https://zenodo.org/record/4310151/)"
130+
dbversion = "RDP 18/11.5 (https://zenodo.org/records/4310151/)"
131131
}
132132
'sbdi-gtdb' {
133133
title = "SBDI-GTDB - Sativa curated 16S GTDB database - Release R09-RS220-2"
@@ -201,17 +201,17 @@ params {
201201
}
202202
'silva=138' {
203203
title = "Silva 138.1 prokaryotic SSU"
204-
file = [ "https://zenodo.org/record/4587955/files/silva_nr99_v138.1_wSpecies_train_set.fa.gz", "https://zenodo.org/record/4587955/files/silva_species_assignment_v138.1.fa.gz" ]
204+
file = [ "https://zenodo.org/records/4587955/files/silva_nr99_v138.1_wSpecies_train_set.fa.gz", "https://zenodo.org/records/4587955/files/silva_species_assignment_v138.1.fa.gz" ]
205205
citation = "Quast C, Pruesse E, Yilmaz P, Gerken J, Schweer T, Yarza P, Peplies J, Glöckner FO. The SILVA ribosomal RNA gene database project: improved data processing and web-based tools. Nucleic Acids Res. 2013 Jan;41(Database issue):D590-6. doi: 10.1093/nar/gks1219. Epub 2012 Nov 28. PMID: 23193283; PMCID: PMC3531112."
206206
fmtscript = "taxref_reformat_standard.sh"
207-
dbversion = "SILVA v138.1 (https://zenodo.org/record/4587955)"
207+
dbversion = "SILVA v138.1 (https://zenodo.org/records/4587955)"
208208
}
209209
'silva=132' {
210210
title = "Silva Projects version 132 release"
211-
file = [ "https://zenodo.org/record/1172783/files/silva_nr_v132_train_set.fa.gz", "https://zenodo.org/record/1172783/files/silva_species_assignment_v132.fa.gz" ]
211+
file = [ "https://zenodo.org/records/1172783/files/silva_nr_v132_train_set.fa.gz", "https://zenodo.org/records/1172783/files/silva_species_assignment_v132.fa.gz" ]
212212
citation = "Quast C, Pruesse E, Yilmaz P, Gerken J, Schweer T, Yarza P, Peplies J, Glöckner FO. The SILVA ribosomal RNA gene database project: improved data processing and web-based tools. Nucleic Acids Res. 2013 Jan;41(Database issue):D590-6. doi: 10.1093/nar/gks1219. Epub 2012 Nov 28. PMID: 23193283; PMCID: PMC3531112."
213213
fmtscript = "taxref_reformat_standard.sh"
214-
dbversion = "SILVA v132 (https://zenodo.org/record/1172783)"
214+
dbversion = "SILVA v132 (https://zenodo.org/records/1172783)"
215215
}
216216
'unite-fungi' {
217217
title = "UNITE general FASTA release for Fungi - Version 10.0"

tests/pipeline/fasta.nf.test.snap

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/pipeline/multi.nf.test.snap

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/pipeline/single.nf.test.snap

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)