Skip to content

Commit f2985cf

Browse files
committed
Update data
1 parent e482dd5 commit f2985cf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

data/catalogues.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.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:

0 commit comments

Comments
 (0)