strain-code 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/catalogues.yaml +192 -65
- data/lib/strain-code/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 000726d0860fbf179a095addeed9c27ccc681d83151df9d5824d411df0804ea9
|
4
|
+
data.tar.gz: 3f8b98e0d2c668bf869262b29f1ff61228a9ef0ee883b4d706236ce88f5ce29e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c338e1adae0ac224937f4bd1643d3bfe4416fe1d1523472fde82ef0defd346c4e5b66f20be7b564441abc292684c51a8b863c8d04ee6b7e681921ef04a67e538
|
7
|
+
data.tar.gz: 161906db101ca10fc461856ae95856360c60cbb2567c7750654bba784df752799c487bcec416e005adb7db61791e86df99275b3d3ea9794ab7d09f3860f2211e
|
data/data/catalogues.yaml
CHANGED
@@ -11,15 +11,16 @@
|
|
11
11
|
# - url: URL of the catalogue's main website
|
12
12
|
# - url_pattern: URL pattern indicating how to form links to catalogue entries,
|
13
13
|
# with "%s" indicating the non-code part of the culture number
|
14
|
-
#
|
14
|
+
#
|
15
15
|
# Additionally, fields starting with `_` are ignored in the basecode, and
|
16
16
|
# notably include `_examples` (an array of strain numbers) and `_tested`
|
17
|
-
# (the date in which the website was last tested)
|
17
|
+
# (the date in which the website was last tested), as well as `_notes`
|
18
18
|
#
|
19
19
|
# See also:
|
20
20
|
# - https://ftp.ncbi.nih.gov/pub/taxonomy/Ccode_dump.txt
|
21
21
|
# - https://jcm.brc.riken.jp/en/abbr_e
|
22
22
|
catalogues:
|
23
|
+
#--- A
|
23
24
|
- codes: [ ABB ]
|
24
25
|
country_code: KR
|
25
26
|
name: Asian Bacterial Bank
|
@@ -41,7 +42,7 @@ catalogues:
|
|
41
42
|
name: Anaerobe Reference Laboratory, Helsinki Collection
|
42
43
|
- codes: [ AHU ]
|
43
44
|
country_code: JP
|
44
|
-
name:
|
45
|
+
name: >-
|
45
46
|
Laboratory of Culture Collection of Microorganisms,
|
46
47
|
Faculty of Agriculture, Hokkaido University
|
47
48
|
organization: Hokkaido University
|
@@ -63,58 +64,23 @@ catalogues:
|
|
63
64
|
name: American Type Culture Collection
|
64
65
|
url: 'https://www.atcc.org'
|
65
66
|
url_pattern: 'https://www.atcc.org/products/%s'
|
66
|
-
|
67
|
-
|
68
|
-
name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
|
69
|
-
name_en: German Collection of Microorganisms and Cell Cultures
|
70
|
-
organization: |
|
71
|
-
Leibniz Institute DSMZ - German Collection of Microorganisms and
|
72
|
-
Cell Cultures GmbH
|
73
|
-
url: 'https://www.dsmz.de/collection/catalogue'
|
74
|
-
url_pattern:
|
75
|
-
'https://www.dsmz.de/collection/catalogue/details/culture/DSM-%s'
|
76
|
-
- codes: [ IFO, NBRC ]
|
77
|
-
country_code: JP
|
78
|
-
name: 'NITE Biological Resource Center'
|
79
|
-
organization: 'NITE: National Institute of Technology and Evaluation'
|
80
|
-
url: 'https://www.nite.go.jp/nbrc/catalogue/'
|
81
|
-
url_pattern:
|
82
|
-
'https://www.nite.go.jp/nbrc/catalogue/NBRCCatalogueDetailServlet?ID=IFO&CAT=%s'
|
83
|
-
- codes: [ JCM ]
|
84
|
-
country_code: JP
|
85
|
-
name: 'Japan Collection of Microorganisms'
|
86
|
-
organization: RIKEN
|
87
|
-
url: 'https://jcm.brc.riken.jp/en/'
|
88
|
-
url_pattern: 'https://www.jcm.riken.jp/cgi-bin/jcm/jcm_number?JCM=%s'
|
89
|
-
- codes: [ KCTC ]
|
90
|
-
country_code: KR
|
91
|
-
name: Korean Collection for Type Cultures
|
92
|
-
organization:
|
93
|
-
'KRIBB: Korea Research Institute of Bioscience and Biotechnology'
|
94
|
-
url: 'https://kctc.kribb.re.kr/en/collection/'
|
95
|
-
url_pattern: 'https://kctc.kribb.re.kr/collection/view?sn=%s'
|
96
|
-
_examples: [ KCTC 92132 ]
|
97
|
-
_tested: 2025-03-18
|
98
|
-
- codes: [ NCTC ]
|
99
|
-
country_code: UK
|
100
|
-
name: National Collection of Type Cultures
|
101
|
-
organization: Health Security Agency
|
102
|
-
url: 'https://www.culturecollections.org.uk/products/bacteria-and-mycoplasmas/'
|
103
|
-
url_pattern:
|
104
|
-
'https://www.culturecollections.org.uk/products/bacteria/detail.jsp?collection=nctc&refId=NCTC+%s'
|
67
|
+
|
68
|
+
#--- B
|
105
69
|
- codes: [ BCRC ]
|
106
70
|
country_code: TW
|
107
71
|
name: Bioresource Collection and Research Center
|
108
72
|
organization: Food Industry Research and Development Insitute
|
109
73
|
url: 'https://catalog.bcrc.firdi.org.tw/'
|
110
74
|
url_pattern: 'https://catalog.bcrc.firdi.org.tw/BcrcContent?bid=%s'
|
75
|
+
|
76
|
+
#--- C
|
111
77
|
- codes: [ CAIM ]
|
112
78
|
country_code: MX
|
113
79
|
name: Collection of Aquatic Important Microorganisms
|
114
80
|
organization: 'CIAD: Centro de Investigación en Alimentación y Desarrollo'
|
115
|
-
url:
|
81
|
+
url: "https://www.ciad.mx/caim"
|
116
82
|
url_pattern:
|
117
|
-
|
83
|
+
"https://www.ciad.mx/caim/busqueda.php?searchtype=caim&criterio=%s"
|
118
84
|
- codes: [ CCALA ]
|
119
85
|
name: Culture Collection of Autotrophic Organisms
|
120
86
|
organization: Czech Academy of Sciences
|
@@ -125,27 +91,40 @@ catalogues:
|
|
125
91
|
organization: Masaryk University
|
126
92
|
country_code: CZ
|
127
93
|
url_pattern: 'https://www.sci.muni.cz/ccm/bakterie/camb/%s'
|
128
|
-
- codes: [ CGMCC, AS ]
|
129
|
-
name: China General Microbiological Culture Collection Center
|
130
|
-
organization: National Science and Technology Infrastructure
|
131
|
-
country_code: CN
|
132
|
-
url_pattern: 'https://cgmcc.net/english/search?stn=%s'
|
133
|
-
# From NCBI Taxonomy (not working):
|
134
|
-
# 'http://www.cgmcc.net/english/cata.php?stn=CGMCC%%20%s'
|
135
|
-
_examples: [ CGMCC 1.19149 ]
|
136
|
-
_tested: 2025-03-18
|
137
94
|
- codes: [ CCMP ]
|
138
|
-
name:
|
95
|
+
name: >-
|
139
96
|
NCMA: National Center for Marine Algae and Microbiota,
|
140
97
|
formerly Culture Collection for Marine Phytoplankton
|
141
98
|
organization: Bigelow Laboratory for Ocean Sciences
|
142
99
|
country_code: US
|
143
100
|
url_pattern: 'https://ncma.bigelow.org/CCMP%s'
|
101
|
+
- codes: [ CCTCC ]
|
102
|
+
country_code: CN
|
103
|
+
name: China Center for Type Culture Collection
|
104
|
+
organization: Wuhan University
|
144
105
|
- codes: [ CCUG ]
|
145
106
|
name: Culture Collection University of Gothenburg
|
146
107
|
organization: University of Gothenburg
|
147
108
|
country_code: SE
|
148
109
|
url_pattern: 'https://www.ccug.se/strain?id=%s'
|
110
|
+
- codes: [ CECT ]
|
111
|
+
country_code: ES
|
112
|
+
name: Colección Española de Cultivos Tipo
|
113
|
+
name_en: Spanish Collection of Type Cultures
|
114
|
+
organization: University of Valencia
|
115
|
+
url:
|
116
|
+
"https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/\
|
117
|
+
coleccion-espanola-cultivos-tipo-1285872233521.html"
|
118
|
+
url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
|
119
|
+
- codes: [ CGMCC, AS ]
|
120
|
+
name: China General Microbiological Culture Collection Center
|
121
|
+
organization: National Science and Technology Infrastructure
|
122
|
+
country_code: CN
|
123
|
+
url_pattern: 'https://cgmcc.net/english/search?stn=%s'
|
124
|
+
# From NCBI Taxonomy (not working):
|
125
|
+
# 'http://www.cgmcc.net/english/cata.php?stn=CGMCC%%20%s'
|
126
|
+
_examples: [ CGMCC 1.19149 ]
|
127
|
+
_tested: 2025-03-18
|
149
128
|
- codes: [ CICC ]
|
150
129
|
name: China Center of Industrial Culture Collection
|
151
130
|
organization:
|
@@ -159,46 +138,153 @@ catalogues:
|
|
159
138
|
country_code: FR
|
160
139
|
url_pattern:
|
161
140
|
'https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=CIP%%20%s'
|
141
|
+
|
142
|
+
#--- D
|
143
|
+
- codes: [ DSM ]
|
144
|
+
country_code: DE
|
145
|
+
name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
|
146
|
+
name_en: German Collection of Microorganisms and Cell Cultures
|
147
|
+
organization: >-
|
148
|
+
Leibniz Institute DSMZ - German Collection of Microorganisms and
|
149
|
+
Cell Cultures GmbH
|
150
|
+
url: 'https://www.dsmz.de/collection/catalogue'
|
151
|
+
url_pattern:
|
152
|
+
'https://www.dsmz.de/collection/catalogue/details/culture/DSM-%s'
|
153
|
+
|
154
|
+
#--- E
|
155
|
+
|
156
|
+
#--- F
|
157
|
+
- codes: [ FRR ]
|
158
|
+
country_code: AU
|
159
|
+
name: Division of Food Research, Food Research Laboratory
|
160
|
+
organization: >-
|
161
|
+
CSIRO: The Commonwealth Scientific and Industrial Research Organisation
|
162
|
+
|
163
|
+
#--- G
|
162
164
|
- codes: [ GDMCC ]
|
163
165
|
country_code: CN
|
164
166
|
name: Guangdong Microbial Culture Collection Center
|
165
167
|
organization: Guangdong Academy of Sciences
|
166
168
|
url:
|
167
169
|
'http://english.gdim.cn/research/researchdivisions/guangdongmicrobialculturecollectioncentergdmcc/'
|
170
|
+
- codes: [ GIFU, GTC ]
|
171
|
+
country_code: JP
|
172
|
+
name: Gifu Type Culture Collection
|
173
|
+
organization: Gifu University School of Medicine
|
174
|
+
|
175
|
+
#--- H
|
176
|
+
|
177
|
+
#--- I
|
178
|
+
- codes: [ IAM ]
|
179
|
+
country_code: JP
|
180
|
+
name: >-
|
181
|
+
IAM Culture Collection, Center for Cellular and Molecular Research,
|
182
|
+
Institute of Molecular and Cellular Biosciences
|
183
|
+
organization: The University of Tokyo
|
184
|
+
_notes: Transferred to JCM
|
185
|
+
- codes: [ ICMP, PDDCC ]
|
186
|
+
country_code: NZ
|
187
|
+
name: >-
|
188
|
+
International Collection of Microorganisms from Plants,
|
189
|
+
Plant Diseases Division
|
190
|
+
organization: "DSIR: Department of Scientific and Industrial Research"
|
191
|
+
url: "https://www.landcareresearch.co.nz/tools-and-resources/collections/\
|
192
|
+
icmp-culture-collection/"
|
193
|
+
url_pattern: "https://scd.landcareresearch.co.nz/Specimen/ICMP_%s"
|
194
|
+
_examples: [ ICMP 123 ]
|
195
|
+
_tested: 2025-03-20
|
196
|
+
- codes: [ IFO, NBRC ]
|
197
|
+
country_code: JP
|
198
|
+
name: 'NITE Biological Resource Center'
|
199
|
+
organization: 'NITE: National Institute of Technology and Evaluation'
|
200
|
+
url: 'https://www.nite.go.jp/nbrc/catalogue/'
|
201
|
+
url_pattern:
|
202
|
+
'https://www.nite.go.jp/nbrc/catalogue/NBRCCatalogueDetailServlet?ID=IFO&CAT=%s'
|
168
203
|
- codes: [ ITM ]
|
169
|
-
name:
|
204
|
+
name: >-
|
170
205
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
171
206
|
Institute of Tropical Medicine Antwerp Mycobacteria Collection
|
172
207
|
organization: 'BELSPO: Belgian Science Policy'
|
173
208
|
country_code: BE
|
174
209
|
url_pattern:
|
175
210
|
'https://bccm.belspo.be/catalogues/bm-details?accession_number=ITM%%20%s'
|
211
|
+
|
212
|
+
#--- J
|
213
|
+
- codes: [ JCM ]
|
214
|
+
country_code: JP
|
215
|
+
name: Japan Collection of Microorganisms
|
216
|
+
organization: RIKEN
|
217
|
+
url: 'https://jcm.brc.riken.jp/en/'
|
218
|
+
url_pattern: 'https://www.jcm.riken.jp/cgi-bin/jcm/jcm_number?JCM=%s'
|
176
219
|
- codes: [ JMRC ]
|
177
220
|
name: Jena Microbial Resource Collection
|
178
221
|
organization: Friedrich Schiller University Jena
|
179
222
|
country_name: DE
|
180
223
|
url_pattern: 'http://www.jmrc.uni-jena.de/data.php?fsu=%s'
|
224
|
+
|
225
|
+
#--- K
|
181
226
|
- codes: [ KACC ]
|
182
227
|
name: Korean Agricultural Culture Collection
|
183
228
|
organization: National Academy of Agricultural Science
|
184
229
|
country_code: KR
|
185
|
-
url_pattern:
|
230
|
+
url_pattern:
|
186
231
|
'https://genebank.rda.go.kr/eng/mic/cat/MicrobeSearch.do?sSearchWith=no&sTxt1=%s'
|
232
|
+
- codes: [ KCTC ]
|
233
|
+
country_code: KR
|
234
|
+
name: Korean Collection for Type Cultures
|
235
|
+
organization:
|
236
|
+
'KRIBB: Korea Research Institute of Bioscience and Biotechnology'
|
237
|
+
url: 'https://kctc.kribb.re.kr/en/collection/'
|
238
|
+
url_pattern: 'https://kctc.kribb.re.kr/collection/view?sn=%s'
|
239
|
+
_examples: [ KCTC 92132 ]
|
240
|
+
_tested: 2025-03-18
|
241
|
+
|
242
|
+
#--- L
|
187
243
|
- codes: [ LMG ]
|
188
|
-
name:
|
244
|
+
name: >-
|
189
245
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
190
246
|
Bacteria Collection Laboratorium voor Microbiologie Universiteit Gent
|
191
|
-
name_en:
|
247
|
+
name_en: >-
|
192
248
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
193
249
|
Bacteria Collection Laboratory of Microbiology, University of Ghent
|
194
|
-
organization:
|
250
|
+
organization: "BELSPO: Belgian Science Policy"
|
195
251
|
country_code: BE
|
196
|
-
|
252
|
+
url: "https://bccm.belspo.be/catalogues"
|
253
|
+
url_pattern: "https://bccm.belspo.be/catalogues/lmg-strain-details?NUM=%s"
|
254
|
+
|
255
|
+
#--- M
|
256
|
+
- codes: [ MAFF ]
|
257
|
+
country_code: JP
|
258
|
+
name: Ministry of Agriculture, Forestry and Fisheries Genebank
|
259
|
+
organization: Ministry of Agriculture Forestry and Fisheries
|
260
|
+
url: "https://www.gene.affrc.go.jp/index_en.php"
|
261
|
+
url_pattern: "https://www.gene.affrc.go.jp/\
|
262
|
+
databases-micro_search_detail_en.php?maff=%s"
|
263
|
+
_examples: [ MAFF 210265 ]
|
264
|
+
_tested: 2020-03-20
|
197
265
|
- codes: [ MCCC ]
|
198
266
|
name: Marine Culture Collection of China
|
199
267
|
organization: Third Institute of Oceanography
|
200
268
|
country_code: CN
|
201
|
-
url_pattern:
|
269
|
+
url_pattern: "https://mccc.org.cn/detailRecord3.asp?bcbh=%s"
|
270
|
+
|
271
|
+
#--- N
|
272
|
+
- codes: [ NCTC ]
|
273
|
+
country_code: UK
|
274
|
+
name: National Collection of Type Cultures
|
275
|
+
organization: Health Security Agency
|
276
|
+
url: 'https://www.culturecollections.org.uk/products/bacteria-and-mycoplasmas/'
|
277
|
+
url_pattern:
|
278
|
+
'https://www.culturecollections.org.uk/products/bacteria/detail.jsp?collection=nctc&refId=NCTC+%s'
|
279
|
+
- codes: [ NCIB ]
|
280
|
+
country_code: UK
|
281
|
+
name: National Collection of Industrial Bacteria
|
282
|
+
organization: Torry Research Station, Aberdeen, Scotland
|
283
|
+
_notes: Incorporated with NCIMB
|
284
|
+
- codes: [ NCIMB ]
|
285
|
+
country_code: UK
|
286
|
+
name: National Collection of Industrial, Food and Marine Bacteria
|
287
|
+
organization: NCIMB Ltd., Aberdeen, Scotland
|
202
288
|
- codes: [ NEPCC ]
|
203
289
|
name: North East Pacific Culture Collection
|
204
290
|
organization: The University of British Columbia
|
@@ -209,20 +295,38 @@ catalogues:
|
|
209
295
|
organization: National Institute for Environmental Studies
|
210
296
|
country_code: JP
|
211
297
|
url_pattern: 'https://mcc.nies.go.jp/numberSearch.do?strainNumber=%s'
|
298
|
+
- codes: [ NRC, NRCC ]
|
299
|
+
country_code: CA
|
300
|
+
name: Division of Biological Sciences, National Research Council of Canada
|
301
|
+
organization: National Research Council
|
212
302
|
- codes: [ NRRL ]
|
213
|
-
|
303
|
+
country_code: US
|
304
|
+
name: >-
|
214
305
|
Agricultural Research Service Culture Collection,
|
215
306
|
formerly Northern Regional Research Laboratory
|
216
307
|
organization: National Center for Agricultural Utilization Research
|
217
|
-
country_code: US
|
218
308
|
url_pattern:
|
219
309
|
'https://nrrl.ncaur.usda.gov/cgi-bin/usda/prokaryote/report.html?nrrlcodes=%s'
|
310
|
+
|
311
|
+
#--- O
|
312
|
+
- codes: [ OCM ]
|
313
|
+
country_code: US
|
314
|
+
name: Oregon Collection of Methanogens
|
315
|
+
organization: Portland State University
|
316
|
+
|
317
|
+
#--- P
|
220
318
|
- codes: [ PCC ]
|
221
319
|
name: Pasteur Cultures of Cyanobacteria
|
222
320
|
organization: Institut Pasteur
|
223
321
|
country_code: FR
|
224
322
|
url_pattern:
|
225
323
|
'https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=PCC%%20%s'
|
324
|
+
|
325
|
+
#--- Q
|
326
|
+
|
327
|
+
#--- R
|
328
|
+
|
329
|
+
#--- S
|
226
330
|
- codes: [ SAG ]
|
227
331
|
name: Sammlung von Algenkulturen
|
228
332
|
name_en: Culture Collection of Algae
|
@@ -230,26 +334,49 @@ catalogues:
|
|
230
334
|
country_code: DE
|
231
335
|
url_pattern:
|
232
336
|
'https://sagdb.uni-goettingen.de/detailedList.php?str_number=%s'
|
337
|
+
|
338
|
+
#--- T
|
233
339
|
- codes: [ TBRC ]
|
234
340
|
name: Thailand Bioresource Research Center
|
235
341
|
organization: Thailand Bioresource Research Center
|
236
342
|
country_code: TH
|
237
343
|
url_pattern: 'https://tbrcnetwork.org/microb_detail.php?code=TBRC_%s'
|
344
|
+
|
345
|
+
#--- U
|
346
|
+
- codes: [ UAMH ]
|
347
|
+
country_code: CA
|
348
|
+
name: University of Alberta Mold Herbarium and Culture Collection
|
349
|
+
organization: University of Alberta
|
350
|
+
url: 'https://www.uamh.ca/index.html'
|
351
|
+
url_pattern: 'https://www.uamh.ca/details.php?id=%s'
|
352
|
+
_examples: [ UAMH 2956 ]
|
353
|
+
_tested: 2025-03-20
|
238
354
|
- codes: [ ULC ]
|
239
|
-
name:
|
355
|
+
name: >-
|
240
356
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
241
357
|
University of Liège Cyanobacteria Collection
|
242
358
|
organization: 'BELSPO: Belgian Science Policy'
|
243
359
|
country_code: BE
|
244
360
|
url_pattern:
|
245
361
|
'https://bccm.belspo.be/catalogues/bm-details?accession_number=ULC%%20%s'
|
362
|
+
|
363
|
+
#--- V
|
246
364
|
- codes: [ VKM ]
|
247
365
|
name: ВСЕРОССИЙСКАЯ КОЛЛЕКЦИЯ МИКРООРГАНИЗМОВ
|
248
366
|
name_en: All-Russian Collection of Microorganisms
|
249
|
-
organization:
|
367
|
+
organization: >-
|
250
368
|
Pushchino Scientific Center for Biological Research of the
|
251
369
|
Russian Academy of Sciences
|
252
370
|
country_code: RU
|
253
371
|
url_pattern: 'http://www.vkm.ru/strains.php?vkm=%s'
|
372
|
+
|
373
|
+
#--- W
|
374
|
+
|
375
|
+
#--- X
|
376
|
+
|
377
|
+
#--- Y
|
378
|
+
|
379
|
+
#--- Z
|
380
|
+
|
254
381
|
manifest:
|
255
382
|
update: 2025-03-18
|
data/lib/strain-code/version.rb
CHANGED