File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,6 +173,18 @@ catalogues:
173173 organization : Gifu University School of Medicine
174174
175175 # --- H
176+ - codes : [ HAMBI ]
177+ country_code : FI
178+ name : >-
179+ Culture Collection of the Department of Microbiology,
180+ Faculty of Agriculture and Forestry, University of Helsinki
181+ organization : University of Helsinki
182+ url : " https://www.helsinki.fi/en/infrastructures/biodiversity-collections/\
183+ infrastructures/microbial-domain-biological-resource-centre-hambi"
184+ url_pattern : ' https://kotka.luomus.fi/culture/bac?q="HAMBI%20%s"'
185+ _example : [ HAMBI 1518 ]
186+ _tested : 2025-03-20
187+ _notes : url_pattern points to a search result form
176188
177189 # --- I
178190 - codes : [ IAM ]
Original file line number Diff line number Diff line change 11class StrainCode
2- VERSION = '0.3.3 '
2+ VERSION = '0.3.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