Skip to content

Commit

Permalink
fix(datasets): Updated the GTDB R95 bac source.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Feb 2, 2022
1 parent ab2ca0a commit d74eccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magna/dataset/gtdb/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self):


class GtdbMetadataR95Bac(_GtdbMetadataR95):
source = 'https://data.ace.uq.edu.au/public/gtdb/data/releases/release95/95.0/bac120_metadata_r95.tar.gz'
source = 'https://data.gtdb.ecogenomic.org/releases/release95/95.0/bac120_metadata_r95.tar.gz'
path = os.path.join(MAGNA_DIR, 'dataset', 'gtdb', 'metadata', 'bac120_metadata_r95.feather')
md5 = '223ada02ffca4d1a2dda6edb9a164dcd'

Expand Down

0 comments on commit d74eccf

Please sign in to comment.