strain-code 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/catalogues.yaml +12 -0
- data/lib/strain-code/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5513296908994004e9b6335ae86d94ba02873b3e2940afc2ff89e7f1165ebe89
|
4
|
+
data.tar.gz: bb13d47a428c2b9a7795487b1092687708eb297826fd409be34ef23835e17fa4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6c77539709a14e6c0fd576a463b6f61ebcd3949d390d5827e6602a12e907accfe22d9d8d44fda4ef0fadbefc7c656df5bd28817a0579db0ee59d45eeba2f745
|
7
|
+
data.tar.gz: a66650b1c6c23a9d20a6283ad77b6ede9e022b7c09bc80528e6452f7285c3b39f6d986d533833b025c89d1516284e981be28aea9a137e647e55fdd89237b9d00
|
data/data/catalogues.yaml
CHANGED
@@ -63,6 +63,14 @@ catalogues:
|
|
63
63
|
name: American Type Culture Collection
|
64
64
|
url: 'https://www.atcc.org'
|
65
65
|
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'
|
66
74
|
- codes: [ DSM ]
|
67
75
|
country_code: DE
|
68
76
|
name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
|
@@ -209,6 +217,10 @@ catalogues:
|
|
209
217
|
organization: National Institute for Environmental Studies
|
210
218
|
country_code: JP
|
211
219
|
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
|
212
224
|
- codes: [ NRRL ]
|
213
225
|
name: |
|
214
226
|
Agricultural Research Service Culture Collection,
|
data/lib/strain-code/version.rb
CHANGED