Skip to content

Commit

Permalink
Update GTDB API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Mar 5, 2024
1 parent 21125bd commit 0dfa2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/miga/remote_dataset/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module MiGA::RemoteDataset::Base
@@_NCBI_DATASETS = 'https://api.ncbi.nlm.nih.gov/datasets/v2alpha/'
@@_EUTILS = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/'
@@_EBI_API = 'https://www.ebi.ac.uk/Tools/'
@@_GTDB_API = 'https://api.gtdb.ecogenomic.org/'
@@_GTDB_API = 'https://gtdb-api.ecogenomic.org/'
@@_SEQCODE_API = 'https://disc-genomics.uibk.ac.at/seqcode/'
@@_EUTILS_BUILD = lambda { |service, q|
q[:api_key] = ENV['NCBI_API_KEY'] if ENV['NCBI_API_KEY']
Expand Down
4 changes: 2 additions & 2 deletions lib/miga/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ module MiGA
# - String indicating release status:
# - rc* release candidate, not released as gem
# - [0-9]+ stable release, released as gem
VERSION = [1.3, 11, 0].freeze
VERSION = [1.3, 11, 1].freeze

##
# Nickname for the current major.minor version.
VERSION_NAME = 'mezzotint'

##
# Date of the current gem relese.
VERSION_DATE = Date.new(2024, 2, 11)
VERSION_DATE = Date.new(2024, 3, 5)

##
# References of MiGA
Expand Down

0 comments on commit 0dfa2d7

Please sign in to comment.