Skip to content

Commit e262ae5

Browse files
committed
Additional collections
1 parent 870ebde commit e262ae5

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

data/catalogues.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ catalogues:
102102
url: "https://www.ciad.mx/caim"
103103
url_pattern:
104104
"https://www.ciad.mx/caim/busqueda.php?searchtype=caim&criterio=%s"
105+
- codes: [ CBAS ]
106+
country_code: BR
107+
name: Coleção de Bactérias do Ambiente e Saúde
108+
name_en: Bacteria Collection of Environment and Health
109+
organization: Oswaldo Cruz Institute, FIOCRUZ
110+
url: "https://cbas.fiocruz.br/index?catalogue"
111+
_examples: [ CBAS 716 ]
105112
- codes: [ CCALA ]
106113
name: Culture Collection of Autotrophic Organisms
107114
organization: Czech Academy of Sciences
@@ -112,13 +119,14 @@ catalogues:
112119
organization: Masaryk University
113120
country_code: CZ
114121
url_pattern: "https://www.sci.muni.cz/ccm/bakterie/camb/%s"
115-
- codes: [ CCMP ]
122+
- codes: [ CCMP, NCMA ]
116123
name: >-
117124
NCMA: National Center for Marine Algae and Microbiota,
118125
formerly Culture Collection for Marine Phytoplankton
119126
organization: Bigelow Laboratory for Ocean Sciences
120127
country_code: US
121128
url_pattern: "https://ncma.bigelow.org/CCMP%s"
129+
_notes: url_pattern does not work consistently with NCMA numbers
122130
- codes: [ CCTCC ]
123131
country_code: CN
124132
name: China Center for Type Culture Collection
@@ -137,6 +145,11 @@ catalogues:
137145
"https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/\
138146
coleccion-espanola-cultivos-tipo-1285872233521.html"
139147
url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
148+
- codes: [ CFCC ]
149+
country_code: CN
150+
name: China Forestry Culture Collection Center
151+
organization:
152+
Research Institute of Forest Ecology, Environment and Protection
140153
- codes: [ CGMCC, AS ]
141154
name: China General Microbiological Culture Collection Center
142155
organization: National Science and Technology Infrastructure
@@ -295,6 +308,12 @@ catalogues:
295308
databases-micro_search_detail_en.php?maff=%s"
296309
_examples: [ MAFF 210265 ]
297310
_tested: 2020-03-20
311+
- codes: [ MCC ]
312+
country_code: IN
313+
name: Microbial Culture Collection
314+
organization: National Centre for Cell Science, Maharashtra
315+
url: "http://ncmr.nccs.res.in/catalogue"
316+
_examples: [ MCC 3400 ]
298317
- codes: [ MCCC ]
299318
name: Marine Culture Collection of China
300319
organization: Third Institute of Oceanography

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