Mercurial > repos > pimarin > data_manager_bakta
comparison data_manager/bakta_build_database.py @ 14:bcac3aa1f494 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_bakta commit b082e89a0090f9c4b2a257bb06b7c6f141b42650-dirty
author | pimarin |
---|---|
date | Wed, 02 Nov 2022 16:14:09 +0000 |
parents | c50e8b4f74d7 |
children | ac4d5e1d1421 |
comparison
equal
deleted
inserted
replaced
13:8f63e424da2b | 14:bcac3aa1f494 |
---|---|
8 from datetime import datetime | 8 from datetime import datetime |
9 from pathlib import Path | 9 from pathlib import Path |
10 | 10 |
11 import requests | 11 import requests |
12 from alive_progress import alive_bar | 12 from alive_progress import alive_bar |
13 | |
14 | 13 |
15 class GetBaktaDatabaseInfo: | 14 class GetBaktaDatabaseInfo: |
16 """ | 15 """ |
17 Extract bakta database information to make a json file for data_manager | 16 Extract bakta database information to make a json file for data_manager |
18 """ | 17 """ |