Mercurial > repos > pimarin > data_manager_fetch_plasmidfinder
comparison data_manager/plasmidfinder_fetch_database.py @ 4:e05fd47bcca6 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_plasmidfinder commit 5c04f6f49deca3735a752e5ac29027ba9d5ff000-dirty
author | pimarin |
---|---|
date | Fri, 17 Feb 2023 14:07:54 +0000 |
parents | 5ffc68b4ec04 |
children | 60cfd33bc2fb |
comparison
equal
deleted
inserted
replaced
3:5ffc68b4ec04 | 4:e05fd47bcca6 |
---|---|
207 plasmidfinder_download.write_json_infos() | 207 plasmidfinder_download.write_json_infos() |
208 | 208 |
209 | 209 |
210 if __name__ == '__main__': | 210 if __name__ == '__main__': |
211 main() | 211 main() |
212 | |
213 plasmidfinder_download = DownloadPlasmidfinderDatabase() | |
214 plasmidfinder_download.download_database() | |
215 plasmidfinder_download.write_json_infos() |