Skip to content

Commit 4c49ce0

Browse files
committed
Add CCMM collection
1 parent 980c434 commit 4c49ce0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

data/catalogues.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ catalogues:
121121
organization: Masaryk University
122122
country_code: CZ
123123
url_pattern: "https://www.sci.muni.cz/ccm/bakterie/camb/%s"
124+
- codes: [ CCMM ]
125+
name: Collections Coordonnées Marocaines de Micro-organismes
126+
name_en: Moroccan Coordinated Collections of Microorganisms
127+
organization: >-
128+
CNRST: Centre National pour la Recherche Scientifique et Technique
129+
country_code: MA
130+
url: "https://www.ccmm.ma/"
131+
_examples: [ CCMM B1, CCMM B1359 ]
124132
- codes: [ CCMP, NCMA ]
125133
name: >-
126134
NCMA: National Center for Marine Algae and Microbiota,

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