strain-code 0.4.2 → 0.4.4
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 -1
- data/lib/strain-code/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aff6e16a8ef396687ad1d054689ceaf71b702fc69ed5982fda6dad1872e83fcb
|
|
4
|
+
data.tar.gz: 46dd768f81f1f8ad253ae42af75b0d94e4592b2e79561f54a4d693b88bb16784
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dff50b20a12cccb3b310d9e8c5e1a344196df7476e8ac3d3b0497be965a90ca06eeda377ddbf318257ae00506702eed137d1aed7e503c0daae783f96fde6e718
|
|
7
|
+
data.tar.gz: 0b41a185667b486cd114844377d557f23ba4bcb7ede75de3e0fce8daceced9d424f01acc9a344a4696c57cc080b8534410aa34f70b3e55a56de024224df39783
|
data/data/catalogues.yaml
CHANGED
|
@@ -114,6 +114,11 @@ catalogues:
|
|
|
114
114
|
organization: Oswaldo Cruz Institute, FIOCRUZ
|
|
115
115
|
url: "https://cbas.fiocruz.br/index?catalogue"
|
|
116
116
|
_examples: [ CBAS 716 ]
|
|
117
|
+
- codes: [ CBS ]
|
|
118
|
+
country_code: NL
|
|
119
|
+
name: CBS Filamentous fungi and Yeast Collection
|
|
120
|
+
organization: Westerdijk Fungal Biodiversity Institute
|
|
121
|
+
url: "https://wi.knaw.nl/Collection"
|
|
117
122
|
- codes: [ CCALA ]
|
|
118
123
|
name: Culture Collection of Autotrophic Organisms
|
|
119
124
|
organization: Czech Academy of Sciences
|
|
@@ -293,7 +298,7 @@ catalogues:
|
|
|
293
298
|
- codes: [ JMRC ]
|
|
294
299
|
name: Jena Microbial Resource Collection
|
|
295
300
|
organization: Friedrich Schiller University Jena
|
|
296
|
-
|
|
301
|
+
country_code: DE
|
|
297
302
|
url_pattern: "http://www.jmrc.uni-jena.de/data.php?fsu=%s"
|
|
298
303
|
|
|
299
304
|
#--- K
|
|
@@ -364,6 +369,12 @@ catalogues:
|
|
|
364
369
|
url_pattern: "https://www.nbimcc.org/www_2020/strain.php?lan=en&cn=%s"
|
|
365
370
|
_examples: [ NBIMCC 8848 ]
|
|
366
371
|
_tested: 2025-12-23
|
|
372
|
+
- codes: [ NCCB ]
|
|
373
|
+
country_code: NL
|
|
374
|
+
name: Netherlands Culture Collection of Bacteria
|
|
375
|
+
organization: Westerdijk Fungal Biodiversity Institute
|
|
376
|
+
url: "https://wi.knaw.nl/Collection"
|
|
377
|
+
_examples: [ NCCB 100438 ]
|
|
367
378
|
- codes: [ NCIM ]
|
|
368
379
|
country_code: IN
|
|
369
380
|
name: National Collection of Industrial Microorganisms
|
data/lib/strain-code/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: strain-code
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luis M. Rodriguez-R
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|