Skip to content

Commit 94ae8f4

Browse files
committed
Update data
1 parent e262ae5 commit 94ae8f4

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

data/catalogues.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ catalogues:
296296
organization: "BELSPO: Belgian Science Policy"
297297
country_code: BE
298298
url: "https://bccm.belspo.be/catalogues"
299-
url_pattern: "https://bccm.belspo.be/catalogues/lmg-strain-details?NUM=%s"
299+
_examples: [ LMG 9042 ]
300300

301301
#--- M
302302
- codes: [ MAFF ]
@@ -321,6 +321,14 @@ catalogues:
321321
url_pattern: "https://mccc.org.cn/detailRecord3.asp?bcbh=%s"
322322

323323
#--- N
324+
- codes: [ NCPPB ]
325+
country_code: UK
326+
name: National Collection of Plant Pathogenic Bacteria
327+
organization: Fera Science Ltd
328+
url: "https://shop.fera.co.uk/ncppb"
329+
url_pattern: "https://ncppb.fera.co.uk/furtherinfo.cfm?ncppb_no=%s"
330+
_examples: [ NCPPB 2877 ]
331+
_tested: 2025-12-23
324332
- codes: [ NCTC ]
325333
country_code: UK
326334
name: National Collection of Type Cultures

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