File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change 11class 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:
You can’t perform that action at this time.
0 commit comments