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