Skip to content

Commit 6c9eb78

Browse files
committed
Add catalogue
1 parent a72daad commit 6c9eb78

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

data/catalogues.yaml

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

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

0 commit comments

Comments
 (0)