Skip to content

Commit 11e2c12

Browse files
committed
Two additional catalogues
1 parent 5969ab6 commit 11e2c12

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
@@ -63,6 +63,14 @@ catalogues:
6363
name: American Type Culture Collection
6464
url: 'https://www.atcc.org'
6565
url_pattern: 'https://www.atcc.org/products/%s'
66+
- codes: [ CECT ]
67+
country_code: ES
68+
name: Colección Española de Cultivos Tipo
69+
name_en: Spanish Collection of Type Cultures
70+
organization: University of Valencia
71+
url:
72+
'https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/coleccion-espanola-cultivos-tipo-1285872233521.html'
73+
url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
6674
- codes: [ DSM ]
6775
country_code: DE
6876
name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
@@ -209,6 +217,10 @@ catalogues:
209217
organization: National Institute for Environmental Studies
210218
country_code: JP
211219
url_pattern: 'https://mcc.nies.go.jp/numberSearch.do?strainNumber=%s'
220+
- codes: [ NRC, NRCC ]
221+
country_code: CA
222+
name: Division of Biological Sciences, National Research Council of Canada
223+
organization: National Research Council
212224
- codes: [ NRRL ]
213225
name: |
214226
Agricultural Research Service Culture Collection,

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.1'
2+
VERSION = '0.3.2'
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)