Skip to content

Commit 870ebde

Browse files
committed
Collection list update
1 parent 99b5c5f commit 870ebde

2 files changed

Lines changed: 70 additions & 48 deletions

File tree

data/catalogues.yaml

Lines changed: 69 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -62,42 +62,63 @@ catalogues:
6262
- codes: [ ATCC ]
6363
country_code: US
6464
name: American Type Culture Collection
65-
url: 'https://www.atcc.org'
66-
url_pattern: 'https://www.atcc.org/products/%s'
65+
url: "https://www.atcc.org"
66+
url_pattern: "https://www.atcc.org/products/%s"
67+
- codes: [ ATHUM ]
68+
country_code: GR
69+
name: Athens Collection of Fungi
70+
organization: University of Athens
6771

6872
#--- B
73+
- codes: [ BCC ]
74+
country_code: TH
75+
name: BIOTEC Culture Collection
76+
organization: National Center for Genetic Engineering and Biotechnology
6977
- codes: [ BCRC ]
7078
country_code: TW
7179
name: Bioresource Collection and Research Center
7280
organization: Food Industry Research and Development Insitute
73-
url: 'https://catalog.bcrc.firdi.org.tw/'
74-
url_pattern: 'https://catalog.bcrc.firdi.org.tw/BcrcContent?bid=%s'
81+
url: "https://catalog.bcrc.firdi.org.tw/"
82+
url_pattern: "https://catalog.bcrc.firdi.org.tw/BcrcContent?bid=%s"
83+
- codes: [ BRL ]
84+
country_code: UK
85+
name: Butterwick Research Laboratories
86+
- codes: [ BTCC ]
87+
country_code: ID
88+
name: >-
89+
Biotechnology Culture Collection,
90+
Research and Development Center for Biotechnology
91+
organization: "LIPI: Indonesian Institute of Sciences"
92+
- codes: [ BUSCOB ]
93+
country_code: IT
94+
name: Bologna University Scardovi Collection of Bifidobacteria
95+
organization: Bologna University
7596

7697
#--- C
7798
- codes: [ CAIM ]
7899
country_code: MX
79100
name: Collection of Aquatic Important Microorganisms
80-
organization: 'CIAD: Centro de Investigación en Alimentación y Desarrollo'
101+
organization: "CIAD: Centro de Investigación en Alimentación y Desarrollo"
81102
url: "https://www.ciad.mx/caim"
82103
url_pattern:
83104
"https://www.ciad.mx/caim/busqueda.php?searchtype=caim&criterio=%s"
84105
- codes: [ CCALA ]
85106
name: Culture Collection of Autotrophic Organisms
86107
organization: Czech Academy of Sciences
87108
country_code: CZ
88-
url_pattern: 'https://ccala.butbn.cas.cz/strain/%s'
109+
url_pattern: "https://ccala.butbn.cas.cz/strain/%s"
89110
- codes: [ CCM ]
90111
name: Czech Collection of Microorganisms
91112
organization: Masaryk University
92113
country_code: CZ
93-
url_pattern: 'https://www.sci.muni.cz/ccm/bakterie/camb/%s'
114+
url_pattern: "https://www.sci.muni.cz/ccm/bakterie/camb/%s"
94115
- codes: [ CCMP ]
95116
name: >-
96117
NCMA: National Center for Marine Algae and Microbiota,
97118
formerly Culture Collection for Marine Phytoplankton
98119
organization: Bigelow Laboratory for Ocean Sciences
99120
country_code: US
100-
url_pattern: 'https://ncma.bigelow.org/CCMP%s'
121+
url_pattern: "https://ncma.bigelow.org/CCMP%s"
101122
- codes: [ CCTCC ]
102123
country_code: CN
103124
name: China Center for Type Culture Collection
@@ -120,24 +141,24 @@ catalogues:
120141
name: China General Microbiological Culture Collection Center
121142
organization: National Science and Technology Infrastructure
122143
country_code: CN
123-
url_pattern: 'https://cgmcc.net/english/search?stn=%s'
144+
url_pattern: "https://cgmcc.net/english/search?stn=%s"
124145
# From NCBI Taxonomy (not working):
125-
# 'http://www.cgmcc.net/english/cata.php?stn=CGMCC%%20%s'
146+
# "http://www.cgmcc.net/english/cata.php?stn=CGMCC%%20%s"
126147
_examples: [ CGMCC 1.19149 ]
127148
_tested: 2025-03-18
128149
- codes: [ CICC ]
129150
name: China Center of Industrial Culture Collection
130151
organization:
131152
China National Research Institute of Food & Fermentation Industries
132153
country_code: CN
133-
url_pattern: 'http://www.china-cicc.org/search/?classtype=1&keyword=%s'
154+
url_pattern: "http://www.china-cicc.org/search/?classtype=1&keyword=%s"
134155
- codes: [ CIP ]
135156
name: Collection de l'Institut Pasteur
136157
name_en: Collection of the Institut Pasteur
137158
organization: Institut Pasteur
138159
country_code: FR
139160
url_pattern:
140-
'https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=CIP%%20%s'
161+
"https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=CIP%%20%s"
141162

142163
#--- D
143164
- codes: [ DSM ]
@@ -147,9 +168,9 @@ catalogues:
147168
organization: >-
148169
Leibniz Institute DSMZ - German Collection of Microorganisms and
149170
Cell Cultures GmbH
150-
url: 'https://www.dsmz.de/collection/catalogue'
171+
url: "https://www.dsmz.de/collection/catalogue"
151172
url_pattern:
152-
'https://www.dsmz.de/collection/catalogue/details/culture/DSM-%s'
173+
"https://www.dsmz.de/collection/catalogue/details/culture/DSM-%s"
153174

154175
#--- E
155176

@@ -165,8 +186,8 @@ catalogues:
165186
country_code: CN
166187
name: Guangdong Microbial Culture Collection Center
167188
organization: Guangdong Academy of Sciences
168-
url:
169-
'http://english.gdim.cn/research/researchdivisions/guangdongmicrobialculturecollectioncentergdmcc/'
189+
url: "http://english.gdim.cn/research/researchdivisions/\
190+
guangdongmicrobialculturecollectioncentergdmcc/"
170191
- codes: [ GIFU, GTC ]
171192
country_code: JP
172193
name: Gifu Type Culture Collection
@@ -207,47 +228,47 @@ catalogues:
207228
_tested: 2025-03-20
208229
- codes: [ IFO, NBRC ]
209230
country_code: JP
210-
name: 'NITE Biological Resource Center'
211-
organization: 'NITE: National Institute of Technology and Evaluation'
212-
url: 'https://www.nite.go.jp/nbrc/catalogue/'
213-
url_pattern:
214-
'https://www.nite.go.jp/nbrc/catalogue/NBRCCatalogueDetailServlet?ID=IFO&CAT=%s'
231+
name: "NITE Biological Resource Center"
232+
organization: "NITE: National Institute of Technology and Evaluation"
233+
url: "https://www.nite.go.jp/nbrc/catalogue/"
234+
url_pattern: "https://www.nite.go.jp/nbrc/catalogue/\
235+
NBRCCatalogueDetailServlet?ID=IFO&CAT=%s"
215236
- codes: [ ITM ]
216237
name: >-
217238
Belgian Coordinated Collections of Microorganisms (BCCM),
218239
Institute of Tropical Medicine Antwerp Mycobacteria Collection
219-
organization: 'BELSPO: Belgian Science Policy'
240+
organization: "BELSPO: Belgian Science Policy"
220241
country_code: BE
221242
url_pattern:
222-
'https://bccm.belspo.be/catalogues/bm-details?accession_number=ITM%%20%s'
243+
"https://bccm.belspo.be/catalogues/bm-details?accession_number=ITM%%20%s"
223244

224245
#--- J
225246
- codes: [ JCM ]
226247
country_code: JP
227248
name: Japan Collection of Microorganisms
228249
organization: RIKEN
229-
url: 'https://jcm.brc.riken.jp/en/'
230-
url_pattern: 'https://www.jcm.riken.jp/cgi-bin/jcm/jcm_number?JCM=%s'
250+
url: "https://jcm.brc.riken.jp/en/"
251+
url_pattern: "https://www.jcm.riken.jp/cgi-bin/jcm/jcm_number?JCM=%s"
231252
- codes: [ JMRC ]
232253
name: Jena Microbial Resource Collection
233254
organization: Friedrich Schiller University Jena
234255
country_name: DE
235-
url_pattern: 'http://www.jmrc.uni-jena.de/data.php?fsu=%s'
256+
url_pattern: "http://www.jmrc.uni-jena.de/data.php?fsu=%s"
236257

237258
#--- K
238259
- codes: [ KACC ]
239260
name: Korean Agricultural Culture Collection
240261
organization: National Academy of Agricultural Science
241262
country_code: KR
242-
url_pattern:
243-
'https://genebank.rda.go.kr/eng/mic/cat/MicrobeSearch.do?sSearchWith=no&sTxt1=%s'
263+
url_pattern: "https://genebank.rda.go.kr/eng/mic/cat/\
264+
MicrobeSearch.do?sSearchWith=no&sTxt1=%s"
244265
- codes: [ KCTC ]
245266
country_code: KR
246267
name: Korean Collection for Type Cultures
247268
organization:
248-
'KRIBB: Korea Research Institute of Bioscience and Biotechnology'
249-
url: 'https://kctc.kribb.re.kr/en/collection/'
250-
url_pattern: 'https://kctc.kribb.re.kr/collection/view?sn=%s'
269+
"KRIBB: Korea Research Institute of Bioscience and Biotechnology"
270+
url: "https://kctc.kribb.re.kr/en/collection/"
271+
url_pattern: "https://kctc.kribb.re.kr/collection/view?sn=%s"
251272
_examples: [ KCTC 92132 ]
252273
_tested: 2025-03-18
253274

@@ -285,9 +306,10 @@ catalogues:
285306
country_code: UK
286307
name: National Collection of Type Cultures
287308
organization: Health Security Agency
288-
url: 'https://www.culturecollections.org.uk/products/bacteria-and-mycoplasmas/'
289-
url_pattern:
290-
'https://www.culturecollections.org.uk/products/bacteria/detail.jsp?collection=nctc&refId=NCTC+%s'
309+
url: "https://www.culturecollections.org.uk/products/\
310+
bacteria-and-mycoplasmas/"
311+
url_pattern: "https://www.culturecollections.org.uk/products/bacteria/\
312+
detail.jsp?collection=nctc&refId=NCTC+%s"
291313
- codes: [ NCIB ]
292314
country_code: UK
293315
name: National Collection of Industrial Bacteria
@@ -301,12 +323,12 @@ catalogues:
301323
name: North East Pacific Culture Collection
302324
organization: The University of British Columbia
303325
country_code: CA
304-
url_pattern: 'https://db.botany.ubc.ca/cccm/mfa/%s'
326+
url_pattern: "https://db.botany.ubc.ca/cccm/mfa/%s"
305327
- codes: [ NIES ]
306328
name: National Institute for Environmental Studies Collection
307329
organization: National Institute for Environmental Studies
308330
country_code: JP
309-
url_pattern: 'https://mcc.nies.go.jp/numberSearch.do?strainNumber=%s'
331+
url_pattern: "https://mcc.nies.go.jp/numberSearch.do?strainNumber=%s"
310332
- codes: [ NRC, NRCC ]
311333
country_code: CA
312334
name: Division of Biological Sciences, National Research Council of Canada
@@ -317,8 +339,8 @@ catalogues:
317339
Agricultural Research Service Culture Collection,
318340
formerly Northern Regional Research Laboratory
319341
organization: National Center for Agricultural Utilization Research
320-
url_pattern:
321-
'https://nrrl.ncaur.usda.gov/cgi-bin/usda/prokaryote/report.html?nrrlcodes=%s'
342+
url_pattern: "https://nrrl.ncaur.usda.gov/cgi-bin/usda/prokaryote/\
343+
report.html?nrrlcodes=%s"
322344

323345
#--- O
324346
- codes: [ OCM ]
@@ -332,7 +354,7 @@ catalogues:
332354
organization: Institut Pasteur
333355
country_code: FR
334356
url_pattern:
335-
'https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=PCC%%20%s'
357+
"https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=PCC%%20%s"
336358

337359
#--- Q
338360

@@ -345,32 +367,32 @@ catalogues:
345367
organization: University of Göttingen
346368
country_code: DE
347369
url_pattern:
348-
'https://sagdb.uni-goettingen.de/detailedList.php?str_number=%s'
370+
"https://sagdb.uni-goettingen.de/detailedList.php?str_number=%s"
349371

350372
#--- T
351373
- codes: [ TBRC ]
352374
name: Thailand Bioresource Research Center
353375
organization: Thailand Bioresource Research Center
354376
country_code: TH
355-
url_pattern: 'https://tbrcnetwork.org/microb_detail.php?code=TBRC_%s'
377+
url_pattern: "https://tbrcnetwork.org/microb_detail.php?code=TBRC_%s"
356378

357379
#--- U
358380
- codes: [ UAMH ]
359381
country_code: CA
360382
name: University of Alberta Mold Herbarium and Culture Collection
361383
organization: University of Alberta
362-
url: 'https://www.uamh.ca/index.html'
363-
url_pattern: 'https://www.uamh.ca/details.php?id=%s'
384+
url: "https://www.uamh.ca/index.html"
385+
url_pattern: "https://www.uamh.ca/details.php?id=%s"
364386
_examples: [ UAMH 2956 ]
365387
_tested: 2025-03-20
366388
- codes: [ ULC ]
367389
name: >-
368390
Belgian Coordinated Collections of Microorganisms (BCCM),
369391
University of Liège Cyanobacteria Collection
370-
organization: 'BELSPO: Belgian Science Policy'
392+
organization: "BELSPO: Belgian Science Policy"
371393
country_code: BE
372394
url_pattern:
373-
'https://bccm.belspo.be/catalogues/bm-details?accession_number=ULC%%20%s'
395+
"https://bccm.belspo.be/catalogues/bm-details?accession_number=ULC%%20%s"
374396

375397
#--- V
376398
- codes: [ VKM ]
@@ -380,7 +402,7 @@ catalogues:
380402
Pushchino Scientific Center for Biological Research of the
381403
Russian Academy of Sciences
382404
country_code: RU
383-
url_pattern: 'http://www.vkm.ru/strains.php?vkm=%s'
405+
url_pattern: "http://www.vkm.ru/strains.php?vkm=%s"
384406

385407
#--- W
386408

@@ -391,4 +413,4 @@ catalogues:
391413
#--- Z
392414

393415
manifest:
394-
update: 2025-03-18
416+
update: 2025-03-25

lib/strain-code/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class StrainCode
2-
VERSION = '0.3.5'
2+
VERSION = '0.3.6'
33
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
44
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
55
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)