1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 08:22:03 +00:00

fix the download address for downloadDB for mOTUs.

This commit is contained in:
JIANHONG OU 2022-06-03 14:16:25 -04:00
parent c8a59adbce
commit 22f65eedc7

View file

@ -114,7 +114,7 @@ jobs:
- name: Prepare the database
run: |
wget https://github.com/motu-tool/mOTUs/blob/master/motus/downloadDB.py
wget https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
python downloadDB.py
echo 'tool,db_name,db_params,db_path\nmotus,db_mOTU,,db_mOTU' > 'database_motus.csv'