File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ catalogues:
114114 organization : Oswaldo Cruz Institute, FIOCRUZ
115115 url : " https://cbas.fiocruz.br/index?catalogue"
116116 _examples : [ CBAS 716 ]
117+ - codes : [ CBS ]
118+ country_code : NL
119+ name : CBS Filamentous fungi and Yeast Collection
120+ organization : Westerdijk Fungal Biodiversity Institute
121+ url : " https://wi.knaw.nl/Collection"
117122 - codes : [ CCALA ]
118123 name : Culture Collection of Autotrophic Organisms
119124 organization : Czech Academy of Sciences
@@ -364,6 +369,12 @@ catalogues:
364369 url_pattern : " https://www.nbimcc.org/www_2020/strain.php?lan=en&cn=%s"
365370 _examples : [ NBIMCC 8848 ]
366371 _tested : 2025-12-23
372+ - codes : [ NCCB ]
373+ country_code : NL
374+ name : Netherlands Culture Collection of Bacteria
375+ organization : Westerdijk Fungal Biodiversity Institute
376+ url : " https://wi.knaw.nl/Collection"
377+ _examples : [ NCCB 100438 ]
367378 - codes : [ NCIM ]
368379 country_code : IN
369380 name : National Collection of Industrial Microorganisms
Original file line number Diff line number Diff line change 11class StrainCode
2- VERSION = '0.4.3 '
2+ VERSION = '0.4.4 '
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:
You can’t perform that action at this time.
0 commit comments