We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c49ce0 commit 65ed47aCopy full SHA for 65ed47a
2 files changed
data/catalogues.yaml
@@ -290,8 +290,8 @@ catalogues:
290
name: Korean Agricultural Culture Collection
291
organization: National Academy of Agricultural Science
292
country_code: KR
293
- url_pattern: "https://genebank.rda.go.kr/eng/mic/cat/\
294
- MicrobeSearch.do?sSearchWith=no&sTxt1=%s"
+ url: "https://genebank.rda.go.kr/eng/EgovPageLink.do"
+ _examples: [ KACC 19675 ]
295
- codes: [ KCTC ]
296
297
name: Korean Collection for Type Cultures
lib/strain-code/version.rb
@@ -1,5 +1,5 @@
1
class StrainCode
2
- VERSION = '0.3.10'
+ VERSION = '0.3.11'
3
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
4
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
5
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
0 commit comments